Html Css Color HEX #0B1859 Sapphire

📋 copy color: '#0B1859'

red 11 ◦ green 24 ◦ blue 89

#0B1859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #0B1859

Tints of Sapphire #0B1859

RGB

 RED value IS 11 (4.69% from 255) = 8.87%

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 89 (35.16% from 255) = 71.77%

R = 8.87%
G = 19.35%
B = 71.77%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B1859 (or 0x0B1859) is known color: Sapphire. HEX triplet: 0B, 18 and 59. RGB value is (11,24,89). Sum of RGB (Red+Green+Blue) = 11+24+89=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B1859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1859 is #F4E7A6. Grayscale: #1B1B1B. Windows color (decimal): -16050087 or 5838859. OLE color: 5838859.

HSL color Cylindrical-coordinate representation of color #0B1859: hue angle of 230º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B1859 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 24 89 -
CMYK 0.88 0.73 0 0.65
HSL 230º 0.78% 0.2% -
HSV(B) 230º 0.88% 0.35% -
XYZ 2.27 1.45 9.61 -
YUV 27.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 11 24 89 0.88 0.73 0 0.65 230 0.78 0.2
Hex B 18 59 58 49 0 41 E6 4E 14
Octal 13 30 131 130 111 0 101 346 116 24
Binary 1011 11000 1011001 1011000 1001001 0 1000001 11100110 1001110 10100

Color Harmonies of #0B1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1859

Black with #0B1859

Text Example


Text Example

White with #0B1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B1859; }

 p { color: rgb(11,24,89); }

 H1.HeaderClassName
 {
   color: #0B1859;
 }
 .AnyTagClassName
 {
   color: #0B1859;
 }
</style>

background-color css

<style>
 a { background-color: #0B1859; }

 a { background-color: rgb(11,24,89); }

 div.DivClassName
 {
   background-color: #0B1859;
 }
 .BgClassName
 {
   background-color: #0B1859;
 }
</style>

border-color css

<style>
 span { border-color: #0B1859; }

 span { border-color: rgb(11,24,89); }

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