Html Css Color HEX #0A4A7C Dark Cerulean

📋 copy color: '#0A4A7C'

red 10 ◦ green 74 ◦ blue 124

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

Shades of Dark Cerulean #0A4A7C

Tints of Dark Cerulean #0A4A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

 BLUE value IS 124 (48.83% from 255) = 59.62%

R = 4.81%
G = 35.58%
B = 59.62%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A4A7C (or 0x0A4A7C) is known color: Dark Cerulean. HEX triplet: 0A, 4A and 7C. RGB value is (10,74,124). Sum of RGB (Red+Green+Blue) = 10+74+124=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A4A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4A7C is #F5B583. Grayscale: #3C3C3C. Windows color (decimal): -16102788 or 8145418. OLE color: 8145418.

HSL color Cylindrical-coordinate representation of color #0A4A7C: hue angle of 206.32º 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 #0A4A7C is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 74 124 -
CMYK 0.92 0.40 0 0.51
HSL 206.32º 0.85% 0.26% -
HSV(B) 206.32º 0.92% 0.49% -
XYZ 6.21 6.42 19.98 -
YUV 60.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 10 74 124 0.92 0.40 0 0.51 206.32 0.85 0.26
Hex A 4A 7C 5C 28 0 33 CE 55 1A
Octal 12 112 174 134 50 0 63 316 125 32
Binary 1010 1001010 1111100 1011100 101000 0 110011 11001110 1010101 11010

Color Harmonies of #0A4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4A7C

Black with #0A4A7C

Text Example


Text Example

White with #0A4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,74,124); }

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

background-color css

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

 a { background-color: rgb(10,74,124); }

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

border-color css

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

 span { border-color: rgb(10,74,124); }

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