Html Css Color HEX #004A93 Dark Cerulean

📋 copy color: '#004A93'

red 0 ◦ green 74 ◦ blue 147

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

Shades of Dark Cerulean #004A93

Tints of Dark Cerulean #004A93

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 147 (57.81% from 255) = 66.52%

R = 0%
G = 33.48%
B = 66.52%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004A93 (or 0x004A93) is known color: Dark Cerulean. HEX triplet: 00, 4A and 93. RGB value is (0,74,147). Sum of RGB (Red+Green+Blue) = 0+74+147=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #004A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004A93 is #FFB56C. Grayscale: #3B3B3B. Windows color (decimal): -16758125 or 9652736. OLE color: 9652736.

HSL color Cylindrical-coordinate representation of color #004A93: hue angle of 209.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A93 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 74 147 -
CMYK 1 0.50 0 0.42
HSL 209.8º 1% 0.29% -
HSV(B) 209.8º 1% 0.58% -
XYZ 7.72 7 28.55 -
YUV 60.2 176.98 85.06 -
System Red Green Blue C M Y K H S L
Decimal 0 74 147 1 0.50 0 0.42 209.8 1 0.29
Hex 0 4A 93 64 32 0 2A D2 64 1D
Octal 0 112 223 144 62 0 52 322 144 35
Binary 0 1001010 10010011 1100100 110010 0 101010 11010010 1100100 11101

Color Harmonies of #004A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A93

Black with #004A93

Text Example


Text Example

White with #004A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004A93; }

 p { color: rgb(0,74,147); }

 H1.HeaderClassName
 {
   color: #004A93;
 }
 .AnyTagClassName
 {
   color: #004A93;
 }
</style>

background-color css

<style>
 a { background-color: #004A93; }

 a { background-color: rgb(0,74,147); }

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

border-color css

<style>
 span { border-color: #004A93; }

 span { border-color: rgb(0,74,147); }

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