Html Css Color HEX #0B5674 Blue Lagoon

📋 copy color: '#0B5674'

red 11 ◦ green 86 ◦ blue 116

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

Shades of Blue Lagoon #0B5674

Tints of Blue Lagoon #0B5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.38%

 BLUE value IS 116 (45.7% from 255) = 54.46%

R = 5.16%
G = 40.38%
B = 54.46%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B5674 (or 0x0B5674) is known color: Blue Lagoon. HEX triplet: 0B, 56 and 74. RGB value is (11,86,116). Sum of RGB (Red+Green+Blue) = 11+86+116=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B5674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5674 is #F4A98B. Grayscale: #424242. Windows color (decimal): -16034188 or 7624203. OLE color: 7624203.

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

Color convert

RGB 11 86 116 -
CMYK 0.91 0.26 0 0.55
HSL 197.14º 0.83% 0.25% -
HSV(B) 197.14º 0.91% 0.45% -
XYZ 6.62 7.99 17.72 -
YUV 67 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 11 86 116 0.91 0.26 0 0.55 197.14 0.83 0.25
Hex B 56 74 5B 1A 0 37 C5 53 19
Octal 13 126 164 133 32 0 67 305 123 31
Binary 1011 1010110 1110100 1011011 11010 0 110111 11000101 1010011 11001

Color Harmonies of #0B5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5674

Black with #0B5674

Text Example


Text Example

White with #0B5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,86,116); }

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

background-color css

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

 a { background-color: rgb(11,86,116); }

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

border-color css

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

 span { border-color: rgb(11,86,116); }

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