Html Css Color HEX #01356B Prussian Blue

📋 copy color: '#01356B'

red 1 ◦ green 53 ◦ blue 107

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

Shades of Prussian Blue #01356B

Tints of Prussian Blue #01356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.46%

R = 0.62%
G = 32.92%
B = 66.46%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01356B (or 0x01356B) is known color: Prussian Blue. HEX triplet: 01, 35 and 6B. RGB value is (1,53,107). Sum of RGB (Red+Green+Blue) = 1+53+107=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #01356B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01356B is #FECA94. Grayscale: #2B2B2B. Windows color (decimal): -16698005 or 7025921. OLE color: 7025921.

HSL color Cylindrical-coordinate representation of color #01356B: hue angle of 210.57º 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 #01356B is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 53 107 -
CMYK 0.99 0.50 0 0.58
HSL 210.57º 0.98% 0.21% -
HSV(B) 210.57º 0.99% 0.42% -
XYZ 3.94 3.61 14.4 -
YUV 43.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 1 53 107 0.99 0.50 0 0.58 210.57 0.98 0.21
Hex 1 35 6B 63 32 0 3A D3 62 15
Octal 1 65 153 143 62 0 72 323 142 25
Binary 1 110101 1101011 1100011 110010 0 111010 11010011 1100010 10101

Color Harmonies of #01356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01356B

Black with #01356B

Text Example


Text Example

White with #01356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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