Html Css Color HEX #04438C Dark Cerulean

📋 copy color: '#04438C'

red 4 ◦ green 67 ◦ blue 140

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

Shades of Dark Cerulean #04438C

Tints of Dark Cerulean #04438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.35%

R = 1.9%
G = 31.75%
B = 66.35%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04438C (or 0x04438C) is known color: Dark Cerulean. HEX triplet: 04, 43 and 8C. RGB value is (4,67,140). Sum of RGB (Red+Green+Blue) = 4+67+140=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #04438C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04438C is #FBBC73. Grayscale: #383838. Windows color (decimal): -16497780 or 9192196. OLE color: 9192196.

HSL color Cylindrical-coordinate representation of color #04438C: hue angle of 212.21º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04438C is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 67 140 -
CMYK 0.97 0.52 0 0.45
HSL 212.21º 0.94% 0.28% -
HSV(B) 212.21º 0.97% 0.55% -
XYZ 6.79 5.93 25.6 -
YUV 56.49 175.13 90.56 -
System Red Green Blue C M Y K H S L
Decimal 4 67 140 0.97 0.52 0 0.45 212.21 0.94 0.28
Hex 4 43 8C 61 34 0 2D D4 5E 1C
Octal 4 103 214 141 64 0 55 324 136 34
Binary 100 1000011 10001100 1100001 110100 0 101101 11010100 1011110 11100

Color Harmonies of #04438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04438C

Black with #04438C

Text Example


Text Example

White with #04438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04438C; }

 p { color: rgb(4,67,140); }

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

background-color css

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

 a { background-color: rgb(4,67,140); }

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

border-color css

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

 span { border-color: rgb(4,67,140); }

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