Html Css Color HEX #01335E Prussian Blue

📋 copy color: '#01335E'

red 1 ◦ green 51 ◦ blue 94

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

Shades of Prussian Blue #01335E

Tints of Prussian Blue #01335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.93%

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

R = 0.68%
G = 34.93%
B = 64.38%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01335E (or 0x01335E) is known color: Prussian Blue. HEX triplet: 01, 33 and 5E. RGB value is (1,51,94). Sum of RGB (Red+Green+Blue) = 1+51+94=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #01335E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01335E is #FECCA1. Grayscale: #282828. Windows color (decimal): -16698530 or 6173441. OLE color: 6173441.

HSL color Cylindrical-coordinate representation of color #01335E: hue angle of 207.74º 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 #01335E is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 51 94 -
CMYK 0.99 0.46 0 0.63
HSL 207.74º 0.98% 0.19% -
HSV(B) 207.74º 0.99% 0.37% -
XYZ 3.22 3.18 11.03 -
YUV 40.95 157.94 99.5 -
System Red Green Blue C M Y K H S L
Decimal 1 51 94 0.99 0.46 0 0.63 207.74 0.98 0.19
Hex 1 33 5E 63 2E 0 3F D0 62 13
Octal 1 63 136 143 56 0 77 320 142 23
Binary 1 110011 1011110 1100011 101110 0 111111 11010000 1100010 10011

Color Harmonies of #01335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01335E

Black with #01335E

Text Example


Text Example

White with #01335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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