Html Css Color HEX #045393 Dark Cerulean

📋 copy color: '#045393'

red 4 ◦ green 83 ◦ blue 147

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

Shades of Dark Cerulean #045393

Tints of Dark Cerulean #045393

RGB

 RED value IS 4 (1.95% from 255) = 1.71%

 GREEN value IS 83 (32.81% from 255) = 35.47%

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

R = 1.71%
G = 35.47%
B = 62.82%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#045393 (or 0x045393) is known color: Dark Cerulean. HEX triplet: 04, 53 and 93. RGB value is (4,83,147). Sum of RGB (Red+Green+Blue) = 4+83+147=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #045393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045393 is #FBAC6C. Grayscale: #424242. Windows color (decimal): -16493677 or 9655044. OLE color: 9655044.

HSL color Cylindrical-coordinate representation of color #045393: hue angle of 206.85º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045393 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 83 147 -
CMYK 0.97 0.44 0 0.42
HSL 206.85º 0.95% 0.3% -
HSV(B) 206.85º 0.97% 0.58% -
XYZ 8.41 8.32 28.77 -
YUV 66.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 4 83 147 0.97 0.44 0 0.42 206.85 0.95 0.3
Hex 4 53 93 61 2C 0 2A CF 5F 1E
Octal 4 123 223 141 54 0 52 317 137 36
Binary 100 1010011 10010011 1100001 101100 0 101010 11001111 1011111 11110

Color Harmonies of #045393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045393

Black with #045393

Text Example


Text Example

White with #045393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045393; }

 p { color: rgb(4,83,147); }

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

background-color css

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

 a { background-color: rgb(4,83,147); }

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

border-color css

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

 span { border-color: rgb(4,83,147); }

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