Html Css Color HEX #0B2A76 Sapphire

📋 copy color: '#0B2A76'

red 11 ◦ green 42 ◦ blue 118

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

Shades of Sapphire #0B2A76

Tints of Sapphire #0B2A76

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.56%

 BLUE value IS 118 (46.48% from 255) = 69.01%

R = 6.43%
G = 24.56%
B = 69.01%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0B2A76 (or 0x0B2A76) is known color: Sapphire. HEX triplet: 0B, 2A and 76. RGB value is (11,42,118). Sum of RGB (Red+Green+Blue) = 11+42+118=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B2A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2A76 is #F4D589. Grayscale: #292929. Windows color (decimal): -16045450 or 7744011. OLE color: 7744011.

HSL color Cylindrical-coordinate representation of color #0B2A76: hue angle of 222.62º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2A76 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 11 42 118 -
CMYK 0.91 0.64 0 0.54
HSL 222.62º 0.83% 0.25% -
HSV(B) 222.62º 0.91% 0.46% -
XYZ 4.24 3.04 17.5 -
YUV 41.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 11 42 118 0.91 0.64 0 0.54 222.62 0.83 0.25
Hex B 2A 76 5B 40 0 36 DF 53 19
Octal 13 52 166 133 100 0 66 337 123 31
Binary 1011 101010 1110110 1011011 1000000 0 110110 11011111 1010011 11001

Color Harmonies of #0B2A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2A76

Black with #0B2A76

Text Example


Text Example

White with #0B2A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,42,118); }

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

background-color css

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

 a { background-color: rgb(11,42,118); }

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

border-color css

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

 span { border-color: rgb(11,42,118); }

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