Html Css Color HEX #0F5469 Blue Lagoon

📋 copy color: '#0F5469'

red 15 ◦ green 84 ◦ blue 105

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

Shades of Blue Lagoon #0F5469

Tints of Blue Lagoon #0F5469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.47%

R = 7.35%
G = 41.18%
B = 51.47%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F5469 (or 0x0F5469) is known color: Blue Lagoon. HEX triplet: 0F, 54 and 69. RGB value is (15,84,105). Sum of RGB (Red+Green+Blue) = 15+84+105=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F5469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5469 is #F0AB96. Grayscale: #414141. Windows color (decimal): -15772567 or 6902799. OLE color: 6902799.

HSL color Cylindrical-coordinate representation of color #0F5469: hue angle of 194º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F5469 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 84 105 -
CMYK 0.86 0.20 0 0.59
HSL 194º 0.75% 0.24% -
HSV(B) 194º 0.86% 0.41% -
XYZ 5.92 7.46 14.49 -
YUV 65.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 15 84 105 0.86 0.20 0 0.59 194 0.75 0.24
Hex F 54 69 56 14 0 3B C2 4B 18
Octal 17 124 151 126 24 0 73 302 113 30
Binary 1111 1010100 1101001 1010110 10100 0 111011 11000010 1001011 11000

Color Harmonies of #0F5469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5469

Black with #0F5469

Text Example


Text Example

White with #0F5469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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