Html Css Color HEX #01335A Prussian Blue

📋 copy color: '#01335A'

red 1 ◦ green 51 ◦ blue 90

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

Shades of Prussian Blue #01335A

Tints of Prussian Blue #01335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 63.38%

R = 0.7%
G = 35.92%
B = 63.38%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01335A (or 0x01335A) is known color: Prussian Blue. HEX triplet: 01, 33 and 5A. RGB value is (1,51,90). Sum of RGB (Red+Green+Blue) = 1+51+90=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #01335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01335A is #FECCA5. Grayscale: #282828. Windows color (decimal): -16698534 or 5911297. OLE color: 5911297.

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

Color convert

RGB 1 51 90 -
CMYK 0.99 0.43 0 0.65
HSL 206.29º 0.98% 0.18% -
HSV(B) 206.29º 0.99% 0.35% -
XYZ 3.04 3.11 10.11 -
YUV 40.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 1 51 90 0.99 0.43 0 0.65 206.29 0.98 0.18
Hex 1 33 5A 63 2B 0 41 CE 62 12
Octal 1 63 132 143 53 0 101 316 142 22
Binary 1 110011 1011010 1100011 101011 0 1000001 11001110 1100010 10010

Color Harmonies of #01335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01335A

Black with #01335A

Text Example


Text Example

White with #01335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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