Html Css Color HEX #0B5871 Blue Lagoon

📋 copy color: '#0B5871'

red 11 ◦ green 88 ◦ blue 113

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

Shades of Blue Lagoon #0B5871

Tints of Blue Lagoon #0B5871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.51%

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

R = 5.19%
G = 41.51%
B = 53.3%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B5871 (or 0x0B5871) is known color: Blue Lagoon. HEX triplet: 0B, 58 and 71. RGB value is (11,88,113). Sum of RGB (Red+Green+Blue) = 11+88+113=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B5871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5871 is #F4A78E. Grayscale: #434343. Windows color (decimal): -16033679 or 7428107. OLE color: 7428107.

HSL color Cylindrical-coordinate representation of color #0B5871: hue angle of 194.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 #0B5871 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 88 113 -
CMYK 0.90 0.22 0 0.56
HSL 194.71º 0.82% 0.24% -
HSV(B) 194.71º 0.9% 0.44% -
XYZ 6.61 8.24 16.87 -
YUV 67.83 153.49 87.47 -
System Red Green Blue C M Y K H S L
Decimal 11 88 113 0.90 0.22 0 0.56 194.71 0.82 0.24
Hex B 58 71 5A 16 0 38 C3 52 18
Octal 13 130 161 132 26 0 70 303 122 30
Binary 1011 1011000 1110001 1011010 10110 0 111000 11000011 1010010 11000

Color Harmonies of #0B5871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5871

Black with #0B5871

Text Example


Text Example

White with #0B5871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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