Html Css Color HEX #0F6573 Blue Lagoon

📋 copy color: '#0F6573'

red 15 ◦ green 101 ◦ blue 115

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

Shades of Blue Lagoon #0F6573

Tints of Blue Lagoon #0F6573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

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

R = 6.49%
G = 43.72%
B = 49.78%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F6573 (or 0x0F6573) is known color: Blue Lagoon. HEX triplet: 0F, 65 and 73. RGB value is (15,101,115). Sum of RGB (Red+Green+Blue) = 15+101+115=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F6573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6573 is #F09A8C. Grayscale: #4C4C4C. Windows color (decimal): -15768205 or 7562511. OLE color: 7562511.

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

Color convert

RGB 15 101 115 -
CMYK 0.87 0.12 0 0.55
HSL 188.4º 0.77% 0.25% -
HSV(B) 188.4º 0.87% 0.45% -
XYZ 7.95 10.65 17.86 -
YUV 76.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 15 101 115 0.87 0.12 0 0.55 188.4 0.77 0.25
Hex F 65 73 57 C 0 37 BC 4D 19
Octal 17 145 163 127 14 0 67 274 115 31
Binary 1111 1100101 1110011 1010111 1100 0 110111 10111100 1001101 11001

Color Harmonies of #0F6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6573

Black with #0F6573

Text Example


Text Example

White with #0F6573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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