Html Css Color HEX #0A556E Blue Lagoon

📋 copy color: '#0A556E'

red 10 ◦ green 85 ◦ blue 110

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

Shades of Blue Lagoon #0A556E

Tints of Blue Lagoon #0A556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

 BLUE value IS 110 (43.36% from 255) = 53.66%

R = 4.88%
G = 41.46%
B = 53.66%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A556E (or 0x0A556E) is known color: Blue Lagoon. HEX triplet: 0A, 55 and 6E. RGB value is (10,85,110). Sum of RGB (Red+Green+Blue) = 10+85+110=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A556E is #F5AA91. Grayscale: #414141. Windows color (decimal): -16099986 or 7230730. OLE color: 7230730.

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

Color convert

RGB 10 85 110 -
CMYK 0.91 0.23 0 0.57
HSL 195º 0.83% 0.24% -
HSV(B) 195º 0.91% 0.43% -
XYZ 6.19 7.69 15.91 -
YUV 65.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 10 85 110 0.91 0.23 0 0.57 195 0.83 0.24
Hex A 55 6E 5B 17 0 39 C3 53 18
Octal 12 125 156 133 27 0 71 303 123 30
Binary 1010 1010101 1101110 1011011 10111 0 111001 11000011 1010011 11000

Color Harmonies of #0A556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A556E

Black with #0A556E

Text Example


Text Example

White with #0A556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,85,110); }

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

background-color css

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

 a { background-color: rgb(10,85,110); }

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

border-color css

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

 span { border-color: rgb(10,85,110); }

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