Html Css Color HEX #0A5574 Blue Lagoon

📋 copy color: '#0A5574'

red 10 ◦ green 85 ◦ blue 116

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

Shades of Blue Lagoon #0A5574

Tints of Blue Lagoon #0A5574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 4.74%
G = 40.28%
B = 54.98%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A5574 (or 0x0A5574) is known color: Blue Lagoon. HEX triplet: 0A, 55 and 74. RGB value is (10,85,116). Sum of RGB (Red+Green+Blue) = 10+85+116=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A5574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5574 is #F5AA8B. Grayscale: #414141. Windows color (decimal): -16099980 or 7623946. OLE color: 7623946.

HSL color Cylindrical-coordinate representation of color #0A5574: hue angle of 197.55º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5574 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 85 116 -
CMYK 0.91 0.27 0 0.55
HSL 197.55º 0.84% 0.25% -
HSV(B) 197.55º 0.91% 0.45% -
XYZ 6.53 7.82 17.69 -
YUV 66.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 10 85 116 0.91 0.27 0 0.55 197.55 0.84 0.25
Hex A 55 74 5B 1B 0 37 C6 54 19
Octal 12 125 164 133 33 0 67 306 124 31
Binary 1010 1010101 1110100 1011011 11011 0 110111 11000110 1010100 11001

Color Harmonies of #0A5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5574

Black with #0A5574

Text Example


Text Example

White with #0A5574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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