Html Css Color HEX #0A5E6F Blue Lagoon

📋 copy color: '#0A5E6F'

red 10 ◦ green 94 ◦ blue 111

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

Shades of Blue Lagoon #0A5E6F

Tints of Blue Lagoon #0A5E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 4.65%
G = 43.72%
B = 51.63%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A5E6F (or 0x0A5E6F) is known color: Blue Lagoon. HEX triplet: 0A, 5E and 6F. RGB value is (10,94,111). Sum of RGB (Red+Green+Blue) = 10+94+111=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A5E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5E6F is #F5A190. Grayscale: #464646. Windows color (decimal): -16097681 or 7298570. OLE color: 7298570.

HSL color Cylindrical-coordinate representation of color #0A5E6F: hue angle of 190.1º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5E6F is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 94 111 -
CMYK 0.91 0.15 0 0.56
HSL 190.1º 0.83% 0.24% -
HSV(B) 190.1º 0.91% 0.44% -
XYZ 7 9.22 16.45 -
YUV 70.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 10 94 111 0.91 0.15 0 0.56 190.1 0.83 0.24
Hex A 5E 6F 5B F 0 38 BE 53 18
Octal 12 136 157 133 17 0 70 276 123 30
Binary 1010 1011110 1101111 1011011 1111 0 111000 10111110 1010011 11000

Color Harmonies of #0A5E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5E6F

Black with #0A5E6F

Text Example


Text Example

White with #0A5E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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