#230b8d

Color #230B8D Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #230B8D

Tints of Ultramarine #230B8D

Color information

#230B8D (or 0x230B8D) is unknown color: approx Ultramarine. HEX triplet: 23, 0B and 8D. RGB value is (35,11,141). Sum of RGB (Red+Green+Blue) = 35+11+141=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #230B8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230B8D is #DCF472. Grayscale: #202020. Windows color (decimal): -14480499 or 9243427. OLE color: 9243427.

HSL color Cylindrical-coordinate representation of color #230B8D: hue angle of 251.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230B8D is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3511141-
CMYK0.750.9200.45
HSL251.08º85.53%29.8%-
HSV(B)251.08º92.2%55.29%-
XYZ5.622.5225.39-
YUV33188.95129.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 141 (55.47% from 255) = 75.40%
R=18.72%
G=5.88%
B=75.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35111410.750.9200.45251.0885.5329.8
Hex23B8D4B5C02Dfb561e
Octal431321511313405537312636
Binary10001110111000110110010111011100010110111111011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230b8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230b8d; }

 p { color: rgb(35,11,141); }

 H1.HeaderClassName
 {
   color: #230b8d;
 }
 .AnyTagClassName
 {
   color: #230b8d;
 }
</style>
background-color css

<style>
 a { background-color: #230b8d; }

 a { background-color: rgb(35,11,141); }

 div.DivClassName
 {
   background-color: #230b8d;
 }
 .BgClassName
 {
   background-color: #230b8d;
 }
</style>
border-color css

<style>
 span { border-color: #230b8d; }

 span { border-color: rgb(35,11,141); }

 td.TdClassName
 {
   border-color: #230b8d;
 }
 .TagClassName
 {
   border-color: #230b8d;
 }
</style>