Html Css Color HEX #0B2462 Sapphire

📋 copy color: '#0B2462'

red 11 ◦ green 36 ◦ blue 98

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

Shades of Sapphire #0B2462

Tints of Sapphire #0B2462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 67.59%

R = 7.59%
G = 24.83%
B = 67.59%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B2462 (or 0x0B2462) is known color: Sapphire. HEX triplet: 0B, 24 and 62. RGB value is (11,36,98). Sum of RGB (Red+Green+Blue) = 11+36+98=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #0B2462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2462 is #F4DB9D. Grayscale: #232323. Windows color (decimal): -16047006 or 6431755. OLE color: 6431755.

HSL color Cylindrical-coordinate representation of color #0B2462: hue angle of 222.76º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2462 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 36 98 -
CMYK 0.89 0.63 0 0.62
HSL 222.76º 0.8% 0.21% -
HSV(B) 222.76º 0.89% 0.38% -
XYZ 2.97 2.21 11.83 -
YUV 35.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 11 36 98 0.89 0.63 0 0.62 222.76 0.8 0.21
Hex B 24 62 59 3F 0 3E DF 50 15
Octal 13 44 142 131 77 0 76 337 120 25
Binary 1011 100100 1100010 1011001 111111 0 111110 11011111 1010000 10101

Color Harmonies of #0B2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2462

Black with #0B2462

Text Example


Text Example

White with #0B2462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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