Html Css Color HEX #0F5665 Blue Lagoon

📋 copy color: '#0F5665'

red 15 ◦ green 86 ◦ blue 101

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

Shades of Blue Lagoon #0F5665

Tints of Blue Lagoon #0F5665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.57%

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

R = 7.43%
G = 42.57%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0F5665 (or 0x0F5665) is known color: Blue Lagoon. HEX triplet: 0F, 56 and 65. RGB value is (15,86,101). Sum of RGB (Red+Green+Blue) = 15+86+101=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #0F5665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5665 is #F0A99A. Grayscale: #424242. Windows color (decimal): -15772059 or 6641167. OLE color: 6641167.

HSL color Cylindrical-coordinate representation of color #0F5665: hue angle of 190.47º 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 #0F5665 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 86 101 -
CMYK 0.85 0.15 0 0.60
HSL 190.47º 0.74% 0.23% -
HSV(B) 190.47º 0.85% 0.4% -
XYZ 5.87 7.7 13.49 -
YUV 66.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 15 86 101 0.85 0.15 0 0.60 190.47 0.74 0.23
Hex F 56 65 55 F 0 3C BE 4A 17
Octal 17 126 145 125 17 0 74 276 112 27
Binary 1111 1010110 1100101 1010101 1111 0 111100 10111110 1001010 10111

Color Harmonies of #0F5665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5665

Black with #0F5665

Text Example


Text Example

White with #0F5665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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