Html Css Color HEX #01435E Prussian Blue

📋 copy color: '#01435E'

red 1 ◦ green 67 ◦ blue 94

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

Shades of Prussian Blue #01435E

Tints of Prussian Blue #01435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.36%

 BLUE value IS 94 (37.11% from 255) = 58.02%

R = 0.62%
G = 41.36%
B = 58.02%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01435E (or 0x01435E) is known color: Prussian Blue. HEX triplet: 01, 43 and 5E. RGB value is (1,67,94). Sum of RGB (Red+Green+Blue) = 1+67+94=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #01435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01435E is #FEBCA1. Grayscale: #323232. Windows color (decimal): -16694434 or 6177537. OLE color: 6177537.

HSL color Cylindrical-coordinate representation of color #01435E: hue angle of 197.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01435E is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 67 94 -
CMYK 0.99 0.29 0 0.63
HSL 197.42º 0.98% 0.19% -
HSV(B) 197.42º 0.99% 0.37% -
XYZ 4.04 4.83 11.31 -
YUV 50.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 1 67 94 0.99 0.29 0 0.63 197.42 0.98 0.19
Hex 1 43 5E 63 1D 0 3F C5 62 13
Octal 1 103 136 143 35 0 77 305 142 23
Binary 1 1000011 1011110 1100011 11101 0 111111 11000101 1100010 10011

Color Harmonies of #01435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01435E

Black with #01435E

Text Example


Text Example

White with #01435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01435E; }

 p { color: rgb(1,67,94); }

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

background-color css

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

 a { background-color: rgb(1,67,94); }

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

border-color css

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

 span { border-color: rgb(1,67,94); }

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