Html Css Color HEX #0F5973 Blue Lagoon

📋 copy color: '#0F5973'

red 15 ◦ green 89 ◦ blue 115

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

Shades of Blue Lagoon #0F5973

Tints of Blue Lagoon #0F5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

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

R = 6.85%
G = 40.64%
B = 52.51%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F5973 (or 0x0F5973) is known color: Blue Lagoon. HEX triplet: 0F, 59 and 73. RGB value is (15,89,115). Sum of RGB (Red+Green+Blue) = 15+89+115=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F5973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5973 is #F0A68C. Grayscale: #454545. Windows color (decimal): -15771277 or 7559439. OLE color: 7559439.

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

Color convert

RGB 15 89 115 -
CMYK 0.87 0.23 0 0.55
HSL 195.6º 0.77% 0.25% -
HSV(B) 195.6º 0.87% 0.45% -
XYZ 6.86 8.48 17.5 -
YUV 69.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 15 89 115 0.87 0.23 0 0.55 195.6 0.77 0.25
Hex F 59 73 57 17 0 37 C4 4D 19
Octal 17 131 163 127 27 0 67 304 115 31
Binary 1111 1011001 1110011 1010111 10111 0 110111 11000100 1001101 11001

Color Harmonies of #0F5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5973

Black with #0F5973

Text Example


Text Example

White with #0F5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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