Html Css Color HEX #013F6A Prussian Blue

📋 copy color: '#013F6A'

red 1 ◦ green 63 ◦ blue 106

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

Shades of Prussian Blue #013F6A

Tints of Prussian Blue #013F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 62.35%

R = 0.59%
G = 37.06%
B = 62.35%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#013F6A (or 0x013F6A) is known color: Prussian Blue. HEX triplet: 01, 3F and 6A. RGB value is (1,63,106). Sum of RGB (Red+Green+Blue) = 1+63+106=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 106 (41.80% from 255 or 62.35% from 170); Max value from RGB is 106 - color contains mainly: blue. Hex color #013F6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F6A is #FEC095. Grayscale: #313131. Windows color (decimal): -16695446 or 6962945. OLE color: 6962945.

HSL color Cylindrical-coordinate representation of color #013F6A: hue angle of 204.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 #013F6A is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 63 106 -
CMYK 0.99 0.41 0 0.58
HSL 204.57º 0.98% 0.21% -
HSV(B) 204.57º 0.99% 0.42% -
XYZ 4.39 4.6 14.29 -
YUV 49.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 1 63 106 0.99 0.41 0 0.58 204.57 0.98 0.21
Hex 1 3F 6A 63 29 0 3A CD 62 15
Octal 1 77 152 143 51 0 72 315 142 25
Binary 1 111111 1101010 1100011 101001 0 111010 11001101 1100010 10101

Color Harmonies of #013F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F6A

Black with #013F6A

Text Example


Text Example

White with #013F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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