Html Css Color HEX #042751 Prussian Blue

📋 copy color: '#042751'

red 4 ◦ green 39 ◦ blue 81

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

Shades of Prussian Blue #042751

Tints of Prussian Blue #042751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.45%

 BLUE value IS 81 (32.03% from 255) = 65.32%

R = 3.23%
G = 31.45%
B = 65.32%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042751 (or 0x042751) is known color: Prussian Blue. HEX triplet: 04, 27 and 51. RGB value is (4,39,81). Sum of RGB (Red+Green+Blue) = 4+39+81=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #042751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042751 is #FBD8AE. Grayscale: #212121. Windows color (decimal): -16505007 or 5318404. OLE color: 5318404.

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

Color convert

RGB 4 39 81 -
CMYK 0.95 0.52 0 0.68
HSL 212.73º 0.91% 0.17% -
HSV(B) 212.73º 0.95% 0.32% -
XYZ 2.26 2.07 8.07 -
YUV 33.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 4 39 81 0.95 0.52 0 0.68 212.73 0.91 0.17
Hex 4 27 51 5F 34 0 44 D5 5B 11
Octal 4 47 121 137 64 0 104 325 133 21
Binary 100 100111 1010001 1011111 110100 0 1000100 11010101 1011011 10001

Color Harmonies of #042751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042751

Black with #042751

Text Example


Text Example

White with #042751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042751; }

 p { color: rgb(4,39,81); }

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

background-color css

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

 a { background-color: rgb(4,39,81); }

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

border-color css

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

 span { border-color: rgb(4,39,81); }

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