Html Css Color HEX #01355F Prussian Blue

📋 copy color: '#01355F'

red 1 ◦ green 53 ◦ blue 95

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

Shades of Prussian Blue #01355F

Tints of Prussian Blue #01355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 63.76%

R = 0.67%
G = 35.57%
B = 63.76%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01355F (or 0x01355F) is known color: Prussian Blue. HEX triplet: 01, 35 and 5F. RGB value is (1,53,95). Sum of RGB (Red+Green+Blue) = 1+53+95=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #01355F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01355F is #FECAA0. Grayscale: #2A2A2A. Windows color (decimal): -16698017 or 6239489. OLE color: 6239489.

HSL color Cylindrical-coordinate representation of color #01355F: hue angle of 206.81º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01355F is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 53 95 -
CMYK 0.99 0.44 0 0.63
HSL 206.81º 0.98% 0.19% -
HSV(B) 206.81º 0.99% 0.37% -
XYZ 3.35 3.38 11.3 -
YUV 42.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 1 53 95 0.99 0.44 0 0.63 206.81 0.98 0.19
Hex 1 35 5F 63 2C 0 3F CF 62 13
Octal 1 65 137 143 54 0 77 317 142 23
Binary 1 110101 1011111 1100011 101100 0 111111 11001111 1100010 10011

Color Harmonies of #01355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01355F

Black with #01355F

Text Example


Text Example

White with #01355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01355F; }

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

 H1.HeaderClassName
 {
   color: #01355F;
 }
 .AnyTagClassName
 {
   color: #01355F;
 }
</style>

background-color css

<style>
 a { background-color: #01355F; }

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

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

border-color css

<style>
 span { border-color: #01355F; }

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

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