Html Css Color HEX #0A5774 Blue Lagoon

📋 copy color: '#0A5774'

red 10 ◦ green 87 ◦ blue 116

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

Shades of Blue Lagoon #0A5774

Tints of Blue Lagoon #0A5774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.85%

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

R = 4.69%
G = 40.85%
B = 54.46%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A5774 (or 0x0A5774) is known color: Blue Lagoon. HEX triplet: 0A, 57 and 74. RGB value is (10,87,116). Sum of RGB (Red+Green+Blue) = 10+87+116=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A5774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5774 is #F5A88B. Grayscale: #434343. Windows color (decimal): -16099468 or 7624458. OLE color: 7624458.

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

Color convert

RGB 10 87 116 -
CMYK 0.91 0.25 0 0.55
HSL 196.42º 0.84% 0.25% -
HSV(B) 196.42º 0.91% 0.45% -
XYZ 6.69 8.14 17.74 -
YUV 67.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 10 87 116 0.91 0.25 0 0.55 196.42 0.84 0.25
Hex A 57 74 5B 19 0 37 C4 54 19
Octal 12 127 164 133 31 0 67 304 124 31
Binary 1010 1010111 1110100 1011011 11001 0 110111 11000100 1010100 11001

Color Harmonies of #0A5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5774

Black with #0A5774

Text Example


Text Example

White with #0A5774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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