Html Css Color HEX #0F6071 Blue Lagoon

📋 copy color: '#0F6071'

red 15 ◦ green 96 ◦ blue 113

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

Shades of Blue Lagoon #0F6071

Tints of Blue Lagoon #0F6071

RGB

 RED value IS 15 (6.25% from 255) = 6.7%

 GREEN value IS 96 (37.89% from 255) = 42.86%

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

R = 6.7%
G = 42.86%
B = 50.45%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F6071 (or 0x0F6071) is known color: Blue Lagoon. HEX triplet: 0F, 60 and 71. RGB value is (15,96,113). Sum of RGB (Red+Green+Blue) = 15+96+113=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F6071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6071 is #F09F8E. Grayscale: #494949. Windows color (decimal): -15769487 or 7430159. OLE color: 7430159.

HSL color Cylindrical-coordinate representation of color #0F6071: hue angle of 190.41º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6071 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 96 113 -
CMYK 0.87 0.15 0 0.56
HSL 190.41º 0.77% 0.25% -
HSV(B) 190.41º 0.87% 0.44% -
XYZ 7.36 9.66 17.1 -
YUV 73.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 15 96 113 0.87 0.15 0 0.56 190.41 0.77 0.25
Hex F 60 71 57 F 0 38 BE 4D 19
Octal 17 140 161 127 17 0 70 276 115 31
Binary 1111 1100000 1110001 1010111 1111 0 111000 10111110 1001101 11001

Color Harmonies of #0F6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6071

Black with #0F6071

Text Example


Text Example

White with #0F6071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,96,113); }

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

background-color css

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

 a { background-color: rgb(15,96,113); }

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

border-color css

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

 span { border-color: rgb(15,96,113); }

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