Html Css Color HEX #0F6874 Blue Lagoon

📋 copy color: '#0F6874'

red 15 ◦ green 104 ◦ blue 116

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

Shades of Blue Lagoon #0F6874

Tints of Blue Lagoon #0F6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.26%

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

R = 6.38%
G = 44.26%
B = 49.36%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F6874 (or 0x0F6874) is known color: Blue Lagoon. HEX triplet: 0F, 68 and 74. RGB value is (15,104,116). Sum of RGB (Red+Green+Blue) = 15+104+116=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #0F6874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6874 is #F0978B. Grayscale: #4E4E4E. Windows color (decimal): -15767436 or 7628815. OLE color: 7628815.

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

Color convert

RGB 15 104 116 -
CMYK 0.87 0.10 0 0.55
HSL 187.13º 0.77% 0.26% -
HSV(B) 187.13º 0.87% 0.45% -
XYZ 8.3 11.26 18.26 -
YUV 78.76 149.01 82.52 -
System Red Green Blue C M Y K H S L
Decimal 15 104 116 0.87 0.10 0 0.55 187.13 0.77 0.26
Hex F 68 74 57 A 0 37 BB 4D 1A
Octal 17 150 164 127 12 0 67 273 115 32
Binary 1111 1101000 1110100 1010111 1010 0 110111 10111011 1001101 11010

Color Harmonies of #0F6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6874

Black with #0F6874

Text Example


Text Example

White with #0F6874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,104,116); }

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

background-color css

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

 a { background-color: rgb(15,104,116); }

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

border-color css

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

 span { border-color: rgb(15,104,116); }

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