Html Css Color HEX #0A5967 Blue Lagoon

📋 copy color: '#0A5967'

red 10 ◦ green 89 ◦ blue 103

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

Shades of Blue Lagoon #0A5967

Tints of Blue Lagoon #0A5967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.06%

 BLUE value IS 103 (40.63% from 255) = 50.99%

R = 4.95%
G = 44.06%
B = 50.99%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0A5967 (or 0x0A5967) is known color: Blue Lagoon. HEX triplet: 0A, 59 and 67. RGB value is (10,89,103). Sum of RGB (Red+Green+Blue) = 10+89+103=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A5967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5967 is #F5A698. Grayscale: #424242. Windows color (decimal): -16098969 or 6773002. OLE color: 6773002.

HSL color Cylindrical-coordinate representation of color #0A5967: hue angle of 189.03º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5967 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 89 103 -
CMYK 0.90 0.14 0 0.60
HSL 189.03º 0.82% 0.22% -
HSV(B) 189.03º 0.9% 0.4% -
XYZ 6.15 8.19 14.09 -
YUV 66.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 10 89 103 0.90 0.14 0 0.60 189.03 0.82 0.22
Hex A 59 67 5A E 0 3C BD 52 16
Octal 12 131 147 132 16 0 74 275 122 26
Binary 1010 1011001 1100111 1011010 1110 0 111100 10111101 1010010 10110

Color Harmonies of #0A5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5967

Black with #0A5967

Text Example


Text Example

White with #0A5967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,89,103); }

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

background-color css

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

 a { background-color: rgb(10,89,103); }

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

border-color css

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

 span { border-color: rgb(10,89,103); }

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