Html Css Color HEX #0F6072 Blue Lagoon

📋 copy color: '#0F6072'

red 15 ◦ green 96 ◦ blue 114

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

Shades of Blue Lagoon #0F6072

Tints of Blue Lagoon #0F6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 6.67%
G = 42.67%
B = 50.67%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F6072 (or 0x0F6072) is known color: Blue Lagoon. HEX triplet: 0F, 60 and 72. RGB value is (15,96,114). Sum of RGB (Red+Green+Blue) = 15+96+114=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F6072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6072 is #F09F8D. Grayscale: #494949. Windows color (decimal): -15769486 or 7495695. OLE color: 7495695.

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

Color convert

RGB 15 96 114 -
CMYK 0.87 0.16 0 0.55
HSL 190.91º 0.77% 0.25% -
HSV(B) 190.91º 0.87% 0.45% -
XYZ 7.42 9.68 17.4 -
YUV 73.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 15 96 114 0.87 0.16 0 0.55 190.91 0.77 0.25
Hex F 60 72 57 10 0 37 BF 4D 19
Octal 17 140 162 127 20 0 67 277 115 31
Binary 1111 1100000 1110010 1010111 10000 0 110111 10111111 1001101 11001

Color Harmonies of #0F6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6072

Black with #0F6072

Text Example


Text Example

White with #0F6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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