Html Css Color HEX #05426C Prussian Blue

📋 copy color: '#05426C'

red 5 ◦ green 66 ◦ blue 108

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

Shades of Prussian Blue #05426C

Tints of Prussian Blue #05426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60.34%

R = 2.79%
G = 36.87%
B = 60.34%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05426C (or 0x05426C) is known color: Prussian Blue. HEX triplet: 05, 42 and 6C. RGB value is (5,66,108). Sum of RGB (Red+Green+Blue) = 5+66+108=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #05426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05426C is #FABD93. Grayscale: #343434. Windows color (decimal): -16432532 or 7094789. OLE color: 7094789.

HSL color Cylindrical-coordinate representation of color #05426C: hue angle of 204.47º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05426C is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 66 108 -
CMYK 0.95 0.39 0 0.58
HSL 204.47º 0.91% 0.22% -
HSV(B) 204.47º 0.95% 0.42% -
XYZ 4.72 5.01 14.91 -
YUV 52.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 5 66 108 0.95 0.39 0 0.58 204.47 0.91 0.22
Hex 5 42 6C 5F 27 0 3A CC 5B 16
Octal 5 102 154 137 47 0 72 314 133 26
Binary 101 1000010 1101100 1011111 100111 0 111010 11001100 1011011 10110

Color Harmonies of #05426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05426C

Black with #05426C

Text Example


Text Example

White with #05426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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