Html Css Color HEX #013F5A Prussian Blue

📋 copy color: '#013F5A'

red 1 ◦ green 63 ◦ blue 90

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

Shades of Prussian Blue #013F5A

Tints of Prussian Blue #013F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 40.91%

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

R = 0.65%
G = 40.91%
B = 58.44%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013F5A (or 0x013F5A) is known color: Prussian Blue. HEX triplet: 01, 3F and 5A. RGB value is (1,63,90). Sum of RGB (Red+Green+Blue) = 1+63+90=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #013F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F5A is #FEC0A5. Grayscale: #2F2F2F. Windows color (decimal): -16695462 or 5914369. OLE color: 5914369.

HSL color Cylindrical-coordinate representation of color #013F5A: hue angle of 198.2º 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 #013F5A is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 63 90 -
CMYK 0.99 0.30 0 0.65
HSL 198.2º 0.98% 0.18% -
HSV(B) 198.2º 0.99% 0.35% -
XYZ 3.64 4.3 10.31 -
YUV 47.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 1 63 90 0.99 0.30 0 0.65 198.2 0.98 0.18
Hex 1 3F 5A 63 1E 0 41 C6 62 12
Octal 1 77 132 143 36 0 101 306 142 22
Binary 1 111111 1011010 1100011 11110 0 1000001 11000110 1100010 10010

Color Harmonies of #013F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F5A

Black with #013F5A

Text Example


Text Example

White with #013F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F5A; }

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

 H1.HeaderClassName
 {
   color: #013F5A;
 }
 .AnyTagClassName
 {
   color: #013F5A;
 }
</style>

background-color css

<style>
 a { background-color: #013F5A; }

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

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

border-color css

<style>
 span { border-color: #013F5A; }

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

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