Html Css Color HEX #0F6471 Blue Lagoon

📋 copy color: '#0F6471'

red 15 ◦ green 100 ◦ blue 113

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

Shades of Blue Lagoon #0F6471

Tints of Blue Lagoon #0F6471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.86%

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

R = 6.58%
G = 43.86%
B = 49.56%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F6471 (or 0x0F6471) is known color: Blue Lagoon. HEX triplet: 0F, 64 and 71. RGB value is (15,100,113). Sum of RGB (Red+Green+Blue) = 15+100+113=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F6471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6471 is #F09B8E. Grayscale: #4B4B4B. Windows color (decimal): -15768463 or 7431183. OLE color: 7431183.

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

Color convert

RGB 15 100 113 -
CMYK 0.87 0.12 0 0.56
HSL 187.96º 0.77% 0.25% -
HSV(B) 187.96º 0.87% 0.44% -
XYZ 7.73 10.41 17.22 -
YUV 76.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 15 100 113 0.87 0.12 0 0.56 187.96 0.77 0.25
Hex F 64 71 57 C 0 38 BC 4D 19
Octal 17 144 161 127 14 0 70 274 115 31
Binary 1111 1100100 1110001 1010111 1100 0 111000 10111100 1001101 11001

Color Harmonies of #0F6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6471

Black with #0F6471

Text Example


Text Example

White with #0F6471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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