Html Css Color HEX #0B6270 Blue Lagoon

📋 copy color: '#0B6270'

red 11 ◦ green 98 ◦ blue 112

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

Shades of Blue Lagoon #0B6270

Tints of Blue Lagoon #0B6270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.34%

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 4.98%
G = 44.34%
B = 50.68%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B6270 (or 0x0B6270) is known color: Blue Lagoon. HEX triplet: 0B, 62 and 70. RGB value is (11,98,112). Sum of RGB (Red+Green+Blue) = 11+98+112=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B6270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6270 is #F49D8F. Grayscale: #494949. Windows color (decimal): -16031120 or 7365131. OLE color: 7365131.

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

Color convert

RGB 11 98 112 -
CMYK 0.90 0.13 0 0.56
HSL 188.32º 0.82% 0.24% -
HSV(B) 188.32º 0.9% 0.44% -
XYZ 7.43 9.98 16.86 -
YUV 73.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 11 98 112 0.90 0.13 0 0.56 188.32 0.82 0.24
Hex B 62 70 5A D 0 38 BC 52 18
Octal 13 142 160 132 15 0 70 274 122 30
Binary 1011 1100010 1110000 1011010 1101 0 111000 10111100 1010010 11000

Color Harmonies of #0B6270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6270

Black with #0B6270

Text Example


Text Example

White with #0B6270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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