Html Css Color HEX #0A5E6B Blue Lagoon

📋 copy color: '#0A5E6B'

red 10 ◦ green 94 ◦ blue 107

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

Shades of Blue Lagoon #0A5E6B

Tints of Blue Lagoon #0A5E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 4.74%
G = 44.55%
B = 50.71%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A5E6B (or 0x0A5E6B) is known color: Blue Lagoon. HEX triplet: 0A, 5E and 6B. RGB value is (10,94,107). Sum of RGB (Red+Green+Blue) = 10+94+107=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A5E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5E6B is #F5A194. Grayscale: #464646. Windows color (decimal): -16097685 or 7036426. OLE color: 7036426.

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

Color convert

RGB 10 94 107 -
CMYK 0.91 0.12 0 0.58
HSL 188.04º 0.83% 0.23% -
HSV(B) 188.04º 0.91% 0.42% -
XYZ 6.78 9.13 15.32 -
YUV 70.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 10 94 107 0.91 0.12 0 0.58 188.04 0.83 0.23
Hex A 5E 6B 5B C 0 3A BC 53 17
Octal 12 136 153 133 14 0 72 274 123 27
Binary 1010 1011110 1101011 1011011 1100 0 111010 10111100 1010011 10111

Color Harmonies of #0A5E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5E6B

Black with #0A5E6B

Text Example


Text Example

White with #0A5E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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