Html Css Color HEX #04254B Prussian Blue

📋 copy color: '#04254B'

red 4 ◦ green 37 ◦ blue 75

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

Shades of Prussian Blue #04254B

Tints of Prussian Blue #04254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.9%

 BLUE value IS 75 (29.69% from 255) = 64.66%

R = 3.45%
G = 31.9%
B = 64.66%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04254B (or 0x04254B) is known color: Prussian Blue. HEX triplet: 04, 25 and 4B. RGB value is (4,37,75). Sum of RGB (Red+Green+Blue) = 4+37+75=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #04254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04254B is #FBDAB4. Grayscale: #1F1F1F. Windows color (decimal): -16505525 or 4924676. OLE color: 4924676.

HSL color Cylindrical-coordinate representation of color #04254B: hue angle of 212.11º 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 #04254B is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 37 75 -
CMYK 0.95 0.51 0 0.71
HSL 212.11º 0.9% 0.15% -
HSV(B) 212.11º 0.95% 0.29% -
XYZ 1.98 1.86 6.91 -
YUV 31.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 4 37 75 0.95 0.51 0 0.71 212.11 0.9 0.15
Hex 4 25 4B 5F 33 0 47 D4 5A F
Octal 4 45 113 137 63 0 107 324 132 17
Binary 100 100101 1001011 1011111 110011 0 1000111 11010100 1011010 1111

Color Harmonies of #04254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04254B

Black with #04254B

Text Example


Text Example

White with #04254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04254B; }

 p { color: rgb(4,37,75); }

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

background-color css

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

 a { background-color: rgb(4,37,75); }

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

border-color css

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

 span { border-color: rgb(4,37,75); }

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