Html Css Color HEX #042953 Prussian Blue

📋 copy color: '#042953'

red 4 ◦ green 41 ◦ blue 83

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

Shades of Prussian Blue #042953

Tints of Prussian Blue #042953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.03%

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

R = 3.13%
G = 32.03%
B = 64.84%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#042953 (or 0x042953) is known color: Prussian Blue. HEX triplet: 04, 29 and 53. RGB value is (4,41,83). Sum of RGB (Red+Green+Blue) = 4+41+83=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #042953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042953 is #FBD6AC. Grayscale: #222222. Windows color (decimal): -16504493 or 5449988. OLE color: 5449988.

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

Color convert

RGB 4 41 83 -
CMYK 0.95 0.51 0 0.67
HSL 211.9º 0.91% 0.17% -
HSV(B) 211.9º 0.95% 0.33% -
XYZ 2.4 2.24 8.49 -
YUV 34.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 4 41 83 0.95 0.51 0 0.67 211.9 0.91 0.17
Hex 4 29 53 5F 33 0 43 D4 5B 11
Octal 4 51 123 137 63 0 103 324 133 21
Binary 100 101001 1010011 1011111 110011 0 1000011 11010100 1011011 10001

Color Harmonies of #042953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042953

Black with #042953

Text Example


Text Example

White with #042953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042953; }

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

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

background-color css

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

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

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

border-color css

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

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

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