Html Css Color HEX #0A5E69 Blue Lagoon

📋 copy color: '#0A5E69'

red 10 ◦ green 94 ◦ blue 105

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

Shades of Blue Lagoon #0A5E69

Tints of Blue Lagoon #0A5E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.98%

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

R = 4.78%
G = 44.98%
B = 50.24%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0A5E69 (or 0x0A5E69) is known color: Blue Lagoon. HEX triplet: 0A, 5E and 69. RGB value is (10,94,105). Sum of RGB (Red+Green+Blue) = 10+94+105=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A5E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5E69 is #F5A196. Grayscale: #464646. Windows color (decimal): -16097687 or 6905354. OLE color: 6905354.

HSL color Cylindrical-coordinate representation of color #0A5E69: hue angle of 186.95º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5E69 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 94 105 -
CMYK 0.90 0.10 0 0.59
HSL 186.95º 0.83% 0.23% -
HSV(B) 186.95º 0.9% 0.41% -
XYZ 6.68 9.09 14.77 -
YUV 70.14 147.67 85.11 -
System Red Green Blue C M Y K H S L
Decimal 10 94 105 0.90 0.10 0 0.59 186.95 0.83 0.23
Hex A 5E 69 5A A 0 3B BB 53 17
Octal 12 136 151 132 12 0 73 273 123 27
Binary 1010 1011110 1101001 1011010 1010 0 111011 10111011 1010011 10111

Color Harmonies of #0A5E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5E69

Black with #0A5E69

Text Example


Text Example

White with #0A5E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,94,105); }

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

background-color css

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

 a { background-color: rgb(10,94,105); }

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

border-color css

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

 span { border-color: rgb(10,94,105); }

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