Html Css Color HEX #01356E Prussian Blue

📋 copy color: '#01356E'

red 1 ◦ green 53 ◦ blue 110

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

Shades of Prussian Blue #01356E

Tints of Prussian Blue #01356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.32%

 BLUE value IS 110 (43.36% from 255) = 67.07%

R = 0.61%
G = 32.32%
B = 67.07%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01356E (or 0x01356E) is known color: Prussian Blue. HEX triplet: 01, 35 and 6E. RGB value is (1,53,110). Sum of RGB (Red+Green+Blue) = 1+53+110=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #01356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01356E is #FECA91. Grayscale: #2B2B2B. Windows color (decimal): -16698002 or 7222529. OLE color: 7222529.

HSL color Cylindrical-coordinate representation of color #01356E: hue angle of 211.38º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01356E is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 53 110 -
CMYK 0.99 0.52 0 0.57
HSL 211.38º 0.98% 0.22% -
HSV(B) 211.38º 0.99% 0.43% -
XYZ 4.1 3.68 15.25 -
YUV 43.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 1 53 110 0.99 0.52 0 0.57 211.38 0.98 0.22
Hex 1 35 6E 63 34 0 39 D3 62 16
Octal 1 65 156 143 64 0 71 323 142 26
Binary 1 110101 1101110 1100011 110100 0 111001 11010011 1100010 10110

Color Harmonies of #01356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01356E

Black with #01356E

Text Example


Text Example

White with #01356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,53,110); }

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

background-color css

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

 a { background-color: rgb(1,53,110); }

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

border-color css

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

 span { border-color: rgb(1,53,110); }

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