Html Css Color HEX #042C53 Prussian Blue

📋 copy color: '#042C53'

red 4 ◦ green 44 ◦ blue 83

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

Shades of Prussian Blue #042C53

Tints of Prussian Blue #042C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.59%

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

R = 3.05%
G = 33.59%
B = 63.36%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#042C53 (or 0x042C53) is known color: Prussian Blue. HEX triplet: 04, 2C and 53. RGB value is (4,44,83). Sum of RGB (Red+Green+Blue) = 4+44+83=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #042C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C53 is #FBD3AC. Grayscale: #242424. Windows color (decimal): -16503725 or 5450756. OLE color: 5450756.

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

Color convert

RGB 4 44 83 -
CMYK 0.95 0.47 0 0.67
HSL 209.62º 0.91% 0.17% -
HSV(B) 209.62º 0.95% 0.33% -
XYZ 2.51 2.45 8.52 -
YUV 36.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 4 44 83 0.95 0.47 0 0.67 209.62 0.91 0.17
Hex 4 2C 53 5F 2F 0 43 D2 5B 11
Octal 4 54 123 137 57 0 103 322 133 21
Binary 100 101100 1010011 1011111 101111 0 1000011 11010010 1011011 10001

Color Harmonies of #042C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C53

Black with #042C53

Text Example


Text Example

White with #042C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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