Html Css Color HEX #0A597D Dark Cerulean

📋 copy color: '#0A597D'

red 10 ◦ green 89 ◦ blue 125

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

Shades of Dark Cerulean #0A597D

Tints of Dark Cerulean #0A597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 4.46%
G = 39.73%
B = 55.8%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A597D (or 0x0A597D) is known color: Dark Cerulean. HEX triplet: 0A, 59 and 7D. RGB value is (10,89,125). Sum of RGB (Red+Green+Blue) = 10+89+125=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A597D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A597D is #F5A682. Grayscale: #454545. Windows color (decimal): -16098947 or 8214794. OLE color: 8214794.

HSL color Cylindrical-coordinate representation of color #0A597D: hue angle of 198.78º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A597D is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 89 125 -
CMYK 0.92 0.29 0 0.51
HSL 198.78º 0.85% 0.26% -
HSV(B) 198.78º 0.92% 0.49% -
XYZ 7.4 8.69 20.69 -
YUV 69.48 159.33 85.57 -
System Red Green Blue C M Y K H S L
Decimal 10 89 125 0.92 0.29 0 0.51 198.78 0.85 0.26
Hex A 59 7D 5C 1D 0 33 C7 55 1A
Octal 12 131 175 134 35 0 63 307 125 32
Binary 1010 1011001 1111101 1011100 11101 0 110011 11000111 1010101 11010

Color Harmonies of #0A597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A597D

Black with #0A597D

Text Example


Text Example

White with #0A597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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