Html Css Color HEX #0F6773 Blue Lagoon

📋 copy color: '#0F6773'

red 15 ◦ green 103 ◦ blue 115

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

Shades of Blue Lagoon #0F6773

Tints of Blue Lagoon #0F6773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.21%

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

R = 6.44%
G = 44.21%
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

#0F6773 (or 0x0F6773) is known color: Blue Lagoon. HEX triplet: 0F, 67 and 73. RGB value is (15,103,115). Sum of RGB (Red+Green+Blue) = 15+103+115=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F6773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6773 is #F0988C. Grayscale: #4D4D4D. Windows color (decimal): -15767693 or 7563023. OLE color: 7563023.

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

Color convert

RGB 15 103 115 -
CMYK 0.87 0.10 0 0.55
HSL 187.2º 0.77% 0.25% -
HSV(B) 187.2º 0.87% 0.45% -
XYZ 8.14 11.04 17.92 -
YUV 78.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 15 103 115 0.87 0.10 0 0.55 187.2 0.77 0.25
Hex F 67 73 57 A 0 37 BB 4D 19
Octal 17 147 163 127 12 0 67 273 115 31
Binary 1111 1100111 1110011 1010111 1010 0 110111 10111011 1001101 11001

Color Harmonies of #0F6773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6773

Black with #0F6773

Text Example


Text Example

White with #0F6773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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