Html Css Color HEX #004390 Dark Cerulean

📋 copy color: '#004390'

red 0 ◦ green 67 ◦ blue 144

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

Shades of Dark Cerulean #004390

Tints of Dark Cerulean #004390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

 BLUE value IS 144 (56.64% from 255) = 68.25%

R = 0%
G = 31.75%
B = 68.25%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#004390 (or 0x004390) is known color: Dark Cerulean. HEX triplet: 00, 43 and 90. RGB value is (0,67,144). Sum of RGB (Red+Green+Blue) = 0+67+144=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #004390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004390 is #FFBC6F. Grayscale: #373737. Windows color (decimal): -16759920 or 9454336. OLE color: 9454336.

HSL color Cylindrical-coordinate representation of color #004390: hue angle of 212.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004390 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 67 144 -
CMYK 1 0.53 0 0.44
HSL 212.08º 1% 0.28% -
HSV(B) 212.08º 1% 0.56% -
XYZ 7.04 6.03 27.18 -
YUV 55.75 177.8 88.24 -
System Red Green Blue C M Y K H S L
Decimal 0 67 144 1 0.53 0 0.44 212.08 1 0.28
Hex 0 43 90 64 35 0 2C D4 64 1C
Octal 0 103 220 144 65 0 54 324 144 34
Binary 0 1000011 10010000 1100100 110101 0 101100 11010100 1100100 11100

Color Harmonies of #004390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004390

Black with #004390

Text Example


Text Example

White with #004390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004390; }

 p { color: rgb(0,67,144); }

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

background-color css

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

 a { background-color: rgb(0,67,144); }

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

border-color css

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

 span { border-color: rgb(0,67,144); }

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