Html Css Color HEX #04264A Prussian Blue

📋 copy color: '#04264A'

red 4 ◦ green 38 ◦ blue 74

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

Shades of Prussian Blue #04264A

Tints of Prussian Blue #04264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.76%

 BLUE value IS 74 (29.3% from 255) = 63.79%

R = 3.45%
G = 32.76%
B = 63.79%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04264A (or 0x04264A) is known color: Prussian Blue. HEX triplet: 04, 26 and 4A. RGB value is (4,38,74). Sum of RGB (Red+Green+Blue) = 4+38+74=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #04264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04264A is #FBD9B5. Grayscale: #1F1F1F. Windows color (decimal): -16505270 or 4859396. OLE color: 4859396.

HSL color Cylindrical-coordinate representation of color #04264A: hue angle of 210.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04264A is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 38 74 -
CMYK 0.95 0.49 0 0.71
HSL 210.86º 0.9% 0.15% -
HSV(B) 210.86º 0.95% 0.29% -
XYZ 1.98 1.91 6.74 -
YUV 31.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 4 38 74 0.95 0.49 0 0.71 210.86 0.9 0.15
Hex 4 26 4A 5F 31 0 47 D3 5A F
Octal 4 46 112 137 61 0 107 323 132 17
Binary 100 100110 1001010 1011111 110001 0 1000111 11010011 1011010 1111

Color Harmonies of #04264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04264A

Black with #04264A

Text Example


Text Example

White with #04264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04264A; }

 p { color: rgb(4,38,74); }

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

background-color css

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

 a { background-color: rgb(4,38,74); }

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

border-color css

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

 span { border-color: rgb(4,38,74); }

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