Html Css Color HEX #04347F Dark Cerulean

📋 copy color: '#04347F'

red 4 ◦ green 52 ◦ blue 127

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

Shades of Dark Cerulean #04347F

Tints of Dark Cerulean #04347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.42%

 BLUE value IS 127 (50% from 255) = 69.4%

R = 2.19%
G = 28.42%
B = 69.4%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04347F (or 0x04347F) is known color: Dark Cerulean. HEX triplet: 04, 34 and 7F. RGB value is (4,52,127). Sum of RGB (Red+Green+Blue) = 4+52+127=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #04347F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04347F is #FBCB80. Grayscale: #2D2D2D. Windows color (decimal): -16501633 or 8336388. OLE color: 8336388.

HSL color Cylindrical-coordinate representation of color #04347F: hue angle of 216.59º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04347F is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 52 127 -
CMYK 0.97 0.59 0 0.50
HSL 216.59º 0.94% 0.26% -
HSV(B) 216.59º 0.97% 0.5% -
XYZ 5.11 4.01 20.58 -
YUV 46.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 4 52 127 0.97 0.59 0 0.50 216.59 0.94 0.26
Hex 4 34 7F 61 3B 0 32 D9 5E 1A
Octal 4 64 177 141 73 0 62 331 136 32
Binary 100 110100 1111111 1100001 111011 0 110010 11011001 1011110 11010

Color Harmonies of #04347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04347F

Black with #04347F

Text Example


Text Example

White with #04347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04347F; }

 p { color: rgb(4,52,127); }

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

background-color css

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

 a { background-color: rgb(4,52,127); }

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

border-color css

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

 span { border-color: rgb(4,52,127); }

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