Html Css Color HEX #0F5465 Blue Lagoon

📋 copy color: '#0F5465'

red 15 ◦ green 84 ◦ blue 101

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

Shades of Blue Lagoon #0F5465

Tints of Blue Lagoon #0F5465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 7.5%
G = 42%
B = 50.5%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0F5465 (or 0x0F5465) is known color: Blue Lagoon. HEX triplet: 0F, 54 and 65. RGB value is (15,84,101). Sum of RGB (Red+Green+Blue) = 15+84+101=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #0F5465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5465 is #F0AB9A. Grayscale: #414141. Windows color (decimal): -15772571 or 6640655. OLE color: 6640655.

HSL color Cylindrical-coordinate representation of color #0F5465: hue angle of 191.86º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F5465 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 84 101 -
CMYK 0.85 0.17 0 0.60
HSL 191.86º 0.74% 0.23% -
HSV(B) 191.86º 0.85% 0.4% -
XYZ 5.72 7.38 13.44 -
YUV 65.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 15 84 101 0.85 0.17 0 0.60 191.86 0.74 0.23
Hex F 54 65 55 11 0 3C C0 4A 17
Octal 17 124 145 125 21 0 74 300 112 27
Binary 1111 1010100 1100101 1010101 10001 0 111100 11000000 1001010 10111

Color Harmonies of #0F5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5465

Black with #0F5465

Text Example


Text Example

White with #0F5465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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