Html Css Color HEX #0A556C Blue Lagoon

📋 copy color: '#0A556C'

red 10 ◦ green 85 ◦ blue 108

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

Shades of Blue Lagoon #0A556C

Tints of Blue Lagoon #0A556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 4.93%
G = 41.87%
B = 53.2%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A556C (or 0x0A556C) is known color: Blue Lagoon. HEX triplet: 0A, 55 and 6C. RGB value is (10,85,108). Sum of RGB (Red+Green+Blue) = 10+85+108=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A556C is #F5AA93. Grayscale: #414141. Windows color (decimal): -16099988 or 7099658. OLE color: 7099658.

HSL color Cylindrical-coordinate representation of color #0A556C: hue angle of 194.08º 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 #0A556C is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 85 108 -
CMYK 0.91 0.21 0 0.58
HSL 194.08º 0.83% 0.23% -
HSV(B) 194.08º 0.91% 0.42% -
XYZ 6.08 7.64 15.34 -
YUV 65.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 10 85 108 0.91 0.21 0 0.58 194.08 0.83 0.23
Hex A 55 6C 5B 15 0 3A C2 53 17
Octal 12 125 154 133 25 0 72 302 123 27
Binary 1010 1010101 1101100 1011011 10101 0 111010 11000010 1010011 10111

Color Harmonies of #0A556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A556C

Black with #0A556C

Text Example


Text Example

White with #0A556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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