Html Css Color HEX #043253 Prussian Blue

📋 copy color: '#043253'

red 4 ◦ green 50 ◦ blue 83

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

Shades of Prussian Blue #043253

Tints of Prussian Blue #043253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

 BLUE value IS 83 (32.81% from 255) = 60.58%

R = 2.92%
G = 36.5%
B = 60.58%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#043253 (or 0x043253) is known color: Prussian Blue. HEX triplet: 04, 32 and 53. RGB value is (4,50,83). Sum of RGB (Red+Green+Blue) = 4+50+83=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #043253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043253 is #FBCDAC. Grayscale: #272727. Windows color (decimal): -16502189 or 5452292. OLE color: 5452292.

HSL color Cylindrical-coordinate representation of color #043253: hue angle of 205.06º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043253 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 50 83 -
CMYK 0.95 0.40 0 0.67
HSL 205.06º 0.91% 0.17% -
HSV(B) 205.06º 0.95% 0.33% -
XYZ 2.75 2.93 8.6 -
YUV 40.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 4 50 83 0.95 0.40 0 0.67 205.06 0.91 0.17
Hex 4 32 53 5F 28 0 43 CD 5B 11
Octal 4 62 123 137 50 0 103 315 133 21
Binary 100 110010 1010011 1011111 101000 0 1000011 11001101 1011011 10001

Color Harmonies of #043253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043253

Black with #043253

Text Example


Text Example

White with #043253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043253; }

 p { color: rgb(4,50,83); }

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

background-color css

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

 a { background-color: rgb(4,50,83); }

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

border-color css

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

 span { border-color: rgb(4,50,83); }

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