Html Css Color HEX #01335B Prussian Blue

📋 copy color: '#01335B'

red 1 ◦ green 51 ◦ blue 91

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

Shades of Prussian Blue #01335B

Tints of Prussian Blue #01335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 63.64%

R = 0.7%
G = 35.66%
B = 63.64%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01335B (or 0x01335B) is known color: Prussian Blue. HEX triplet: 01, 33 and 5B. RGB value is (1,51,91). Sum of RGB (Red+Green+Blue) = 1+51+91=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #01335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01335B is #FECCA4. Grayscale: #282828. Windows color (decimal): -16698533 or 5976833. OLE color: 5976833.

HSL color Cylindrical-coordinate representation of color #01335B: hue angle of 206.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01335B is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 51 91 -
CMYK 0.99 0.44 0 0.64
HSL 206.67º 0.98% 0.18% -
HSV(B) 206.67º 0.99% 0.36% -
XYZ 3.08 3.13 10.34 -
YUV 40.61 156.44 99.75 -
System Red Green Blue C M Y K H S L
Decimal 1 51 91 0.99 0.44 0 0.64 206.67 0.98 0.18
Hex 1 33 5B 63 2C 0 40 CF 62 12
Octal 1 63 133 143 54 0 100 317 142 22
Binary 1 110011 1011011 1100011 101100 0 1000000 11001111 1100010 10010

Color Harmonies of #01335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01335B

Black with #01335B

Text Example


Text Example

White with #01335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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