Html Css Color HEX #0A497F Dark Cerulean

📋 copy color: '#0A497F'

red 10 ◦ green 73 ◦ blue 127

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

Shades of Dark Cerulean #0A497F

Tints of Dark Cerulean #0A497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.76%

 BLUE value IS 127 (50% from 255) = 60.48%

R = 4.76%
G = 34.76%
B = 60.48%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0A497F (or 0x0A497F) is known color: Dark Cerulean. HEX triplet: 0A, 49 and 7F. RGB value is (10,73,127). Sum of RGB (Red+Green+Blue) = 10+73+127=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A497F is #F5B680. Grayscale: #3C3C3C. Windows color (decimal): -16103041 or 8341770. OLE color: 8341770.

HSL color Cylindrical-coordinate representation of color #0A497F: hue angle of 207.69º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A497F is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 10 73 127 -
CMYK 0.92 0.43 0 0.50
HSL 207.69º 0.85% 0.27% -
HSV(B) 207.69º 0.92% 0.5% -
XYZ 6.34 6.36 20.97 -
YUV 60.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 10 73 127 0.92 0.43 0 0.50 207.69 0.85 0.27
Hex A 49 7F 5C 2B 0 32 D0 55 1B
Octal 12 111 177 134 53 0 62 320 125 33
Binary 1010 1001001 1111111 1011100 101011 0 110010 11010000 1010101 11011

Color Harmonies of #0A497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A497F

Black with #0A497F

Text Example


Text Example

White with #0A497F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,73,127); }

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

background-color css

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

 a { background-color: rgb(10,73,127); }

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

border-color css

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

 span { border-color: rgb(10,73,127); }

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