Html Css Color HEX #01426C Prussian Blue

📋 copy color: '#01426C'

red 1 ◦ green 66 ◦ blue 108

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

Shades of Prussian Blue #01426C

Tints of Prussian Blue #01426C

RGB

 RED value IS 1 (0.78% from 255) = 0.57%

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

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

R = 0.57%
G = 37.71%
B = 61.71%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01426C (or 0x01426C) is known color: Prussian Blue. HEX triplet: 01, 42 and 6C. RGB value is (1,66,108). Sum of RGB (Red+Green+Blue) = 1+66+108=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #01426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01426C is #FEBD93. Grayscale: #333333. Windows color (decimal): -16694676 or 7094785. OLE color: 7094785.

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

Color convert

RGB 1 66 108 -
CMYK 0.99 0.39 0 0.58
HSL 203.55º 0.98% 0.21% -
HSV(B) 203.55º 0.99% 0.42% -
XYZ 4.67 4.99 14.9 -
YUV 51.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 1 66 108 0.99 0.39 0 0.58 203.55 0.98 0.21
Hex 1 42 6C 63 27 0 3A CC 62 15
Octal 1 102 154 143 47 0 72 314 142 25
Binary 1 1000010 1101100 1100011 100111 0 111010 11001100 1100010 10101

Color Harmonies of #01426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01426C

Black with #01426C

Text Example


Text Example

White with #01426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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