Html Css Color HEX #05425C Prussian Blue

📋 copy color: '#05425C'

red 5 ◦ green 66 ◦ blue 92

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

Shades of Prussian Blue #05425C

Tints of Prussian Blue #05425C

RGB

 RED value IS 5 (2.34% from 255) = 3.07%

 GREEN value IS 66 (26.17% from 255) = 40.49%

 BLUE value IS 92 (36.33% from 255) = 56.44%

R = 3.07%
G = 40.49%
B = 56.44%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05425C (or 0x05425C) is known color: Prussian Blue. HEX triplet: 05, 42 and 5C. RGB value is (5,66,92). Sum of RGB (Red+Green+Blue) = 5+66+92=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #05425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05425C is #FABDA3. Grayscale: #323232. Windows color (decimal): -16432548 or 6046213. OLE color: 6046213.

HSL color Cylindrical-coordinate representation of color #05425C: hue angle of 197.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05425C is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 66 92 -
CMYK 0.95 0.28 0 0.64
HSL 197.93º 0.9% 0.19% -
HSV(B) 197.93º 0.95% 0.36% -
XYZ 3.94 4.7 10.82 -
YUV 50.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 5 66 92 0.95 0.28 0 0.64 197.93 0.9 0.19
Hex 5 42 5C 5F 1C 0 40 C6 5A 13
Octal 5 102 134 137 34 0 100 306 132 23
Binary 101 1000010 1011100 1011111 11100 0 1000000 11000110 1011010 10011

Color Harmonies of #05425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05425C

Black with #05425C

Text Example


Text Example

White with #05425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05425C; }

 p { color: rgb(5,66,92); }

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

background-color css

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

 a { background-color: rgb(5,66,92); }

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

border-color css

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

 span { border-color: rgb(5,66,92); }

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