Html Css Color HEX #01356C Prussian Blue

📋 copy color: '#01356C'

red 1 ◦ green 53 ◦ blue 108

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

Shades of Prussian Blue #01356C

Tints of Prussian Blue #01356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 66.67%

R = 0.62%
G = 32.72%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01356C (or 0x01356C) is known color: Prussian Blue. HEX triplet: 01, 35 and 6C. RGB value is (1,53,108). Sum of RGB (Red+Green+Blue) = 1+53+108=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #01356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01356C is #FECA93. Grayscale: #2B2B2B. Windows color (decimal): -16698004 or 7091457. OLE color: 7091457.

HSL color Cylindrical-coordinate representation of color #01356C: hue angle of 210.84º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01356C is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 53 108 -
CMYK 0.99 0.51 0 0.58
HSL 210.84º 0.98% 0.21% -
HSV(B) 210.84º 0.99% 0.42% -
XYZ 3.99 3.64 14.68 -
YUV 43.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 1 53 108 0.99 0.51 0 0.58 210.84 0.98 0.21
Hex 1 35 6C 63 33 0 3A D3 62 15
Octal 1 65 154 143 63 0 72 323 142 25
Binary 1 110101 1101100 1100011 110011 0 111010 11010011 1100010 10101

Color Harmonies of #01356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01356C

Black with #01356C

Text Example


Text Example

White with #01356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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