Html Css Color HEX #042A53 Prussian Blue

📋 copy color: '#042A53'

red 4 ◦ green 42 ◦ blue 83

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

Shades of Prussian Blue #042A53

Tints of Prussian Blue #042A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.56%

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

R = 3.1%
G = 32.56%
B = 64.34%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#042A53 (or 0x042A53) is known color: Prussian Blue. HEX triplet: 04, 2A and 53. RGB value is (4,42,83). Sum of RGB (Red+Green+Blue) = 4+42+83=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #042A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A53 is #FBD5AC. Grayscale: #232323. Windows color (decimal): -16504237 or 5450244. OLE color: 5450244.

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

Color convert

RGB 4 42 83 -
CMYK 0.95 0.49 0 0.67
HSL 211.14º 0.91% 0.17% -
HSV(B) 211.14º 0.95% 0.33% -
XYZ 2.44 2.31 8.5 -
YUV 35.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 4 42 83 0.95 0.49 0 0.67 211.14 0.91 0.17
Hex 4 2A 53 5F 31 0 43 D3 5B 11
Octal 4 52 123 137 61 0 103 323 133 21
Binary 100 101010 1010011 1011111 110001 0 1000011 11010011 1011011 10001

Color Harmonies of #042A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A53

Black with #042A53

Text Example


Text Example

White with #042A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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