Html Css Color HEX #0F6673 Blue Lagoon

📋 copy color: '#0F6673'

red 15 ◦ green 102 ◦ blue 115

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

Shades of Blue Lagoon #0F6673

Tints of Blue Lagoon #0F6673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.97%

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 6.47%
G = 43.97%
B = 49.57%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F6673 (or 0x0F6673) is known color: Blue Lagoon. HEX triplet: 0F, 66 and 73. RGB value is (15,102,115). Sum of RGB (Red+Green+Blue) = 15+102+115=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F6673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6673 is #F0998C. Grayscale: #4D4D4D. Windows color (decimal): -15767949 or 7562767. OLE color: 7562767.

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

Color convert

RGB 15 102 115 -
CMYK 0.87 0.11 0 0.55
HSL 187.8º 0.77% 0.25% -
HSV(B) 187.8º 0.87% 0.45% -
XYZ 8.04 10.84 17.89 -
YUV 77.47 149.18 83.44 -
System Red Green Blue C M Y K H S L
Decimal 15 102 115 0.87 0.11 0 0.55 187.8 0.77 0.25
Hex F 66 73 57 B 0 37 BC 4D 19
Octal 17 146 163 127 13 0 67 274 115 31
Binary 1111 1100110 1110011 1010111 1011 0 110111 10111100 1001101 11001

Color Harmonies of #0F6673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6673

Black with #0F6673

Text Example


Text Example

White with #0F6673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,102,115); }

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

background-color css

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

 a { background-color: rgb(15,102,115); }

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

border-color css

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

 span { border-color: rgb(15,102,115); }

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