Html Css Color HEX #0A5F6D Blue Lagoon

📋 copy color: '#0A5F6D'

red 10 ◦ green 95 ◦ blue 109

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

Shades of Blue Lagoon #0A5F6D

Tints of Blue Lagoon #0A5F6D

RGB

 RED value IS 10 (4.3% from 255) = 4.67%

 GREEN value IS 95 (37.5% from 255) = 44.39%

 BLUE value IS 109 (42.97% from 255) = 50.93%

R = 4.67%
G = 44.39%
B = 50.93%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A5F6D (or 0x0A5F6D) is known color: Blue Lagoon. HEX triplet: 0A, 5F and 6D. RGB value is (10,95,109). Sum of RGB (Red+Green+Blue) = 10+95+109=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A5F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5F6D is #F5A092. Grayscale: #474747. Windows color (decimal): -16097427 or 7167754. OLE color: 7167754.

HSL color Cylindrical-coordinate representation of color #0A5F6D: hue angle of 188.48º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5F6D is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 95 109 -
CMYK 0.91 0.13 0 0.57
HSL 188.48º 0.83% 0.23% -
HSV(B) 188.48º 0.91% 0.43% -
XYZ 6.98 9.35 15.91 -
YUV 71.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 10 95 109 0.91 0.13 0 0.57 188.48 0.83 0.23
Hex A 5F 6D 5B D 0 39 BC 53 17
Octal 12 137 155 133 15 0 71 274 123 27
Binary 1010 1011111 1101101 1011011 1101 0 111001 10111100 1010011 10111

Color Harmonies of #0A5F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5F6D

Black with #0A5F6D

Text Example


Text Example

White with #0A5F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,95,109); }

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

background-color css

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

 a { background-color: rgb(10,95,109); }

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

border-color css

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

 span { border-color: rgb(10,95,109); }

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