Html Css Color HEX #0B2571 Sapphire

📋 copy color: '#0B2571'

red 11 ◦ green 37 ◦ blue 113

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

Shades of Sapphire #0B2571

Tints of Sapphire #0B2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 113 (44.53% from 255) = 70.19%

R = 6.83%
G = 22.98%
B = 70.19%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B2571 (or 0x0B2571) is known color: Sapphire. HEX triplet: 0B, 25 and 71. RGB value is (11,37,113). Sum of RGB (Red+Green+Blue) = 11+37+113=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B2571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2571 is #F4DA8E. Grayscale: #252525. Windows color (decimal): -16046735 or 7415051. OLE color: 7415051.

HSL color Cylindrical-coordinate representation of color #0B2571: hue angle of 224.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B2571 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 37 113 -
CMYK 0.90 0.67 0 0.56
HSL 224.71º 0.82% 0.24% -
HSV(B) 224.71º 0.9% 0.44% -
XYZ 3.78 2.59 15.92 -
YUV 37.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 11 37 113 0.90 0.67 0 0.56 224.71 0.82 0.24
Hex B 25 71 5A 43 0 38 E1 52 18
Octal 13 45 161 132 103 0 70 341 122 30
Binary 1011 100101 1110001 1011010 1000011 0 111000 11100001 1010010 11000

Color Harmonies of #0B2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2571

Black with #0B2571

Text Example


Text Example

White with #0B2571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,37,113); }

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

background-color css

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

 a { background-color: rgb(11,37,113); }

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

border-color css

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

 span { border-color: rgb(11,37,113); }

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