Html Css Color HEX #0B2459 Sapphire

📋 copy color: '#0B2459'

red 11 ◦ green 36 ◦ blue 89

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

Shades of Sapphire #0B2459

Tints of Sapphire #0B2459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.47%

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

R = 8.09%
G = 26.47%
B = 65.44%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B2459 (or 0x0B2459) is known color: Sapphire. HEX triplet: 0B, 24 and 59. RGB value is (11,36,89). Sum of RGB (Red+Green+Blue) = 11+36+89=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B2459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2459 is #F4DBA6. Grayscale: #222222. Windows color (decimal): -16047015 or 5841931. OLE color: 5841931.

HSL color Cylindrical-coordinate representation of color #0B2459: hue angle of 220.77º 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 #0B2459 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 36 89 -
CMYK 0.88 0.60 0 0.65
HSL 220.77º 0.78% 0.2% -
HSV(B) 220.77º 0.88% 0.35% -
XYZ 2.57 2.05 9.71 -
YUV 34.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 11 36 89 0.88 0.60 0 0.65 220.77 0.78 0.2
Hex B 24 59 58 3C 0 41 DD 4E 14
Octal 13 44 131 130 74 0 101 335 116 24
Binary 1011 100100 1011001 1011000 111100 0 1000001 11011101 1001110 10100

Color Harmonies of #0B2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2459

Black with #0B2459

Text Example


Text Example

White with #0B2459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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