Html Css Color HEX #013F67 Prussian Blue

📋 copy color: '#013F67'

red 1 ◦ green 63 ◦ blue 103

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

Shades of Prussian Blue #013F67

Tints of Prussian Blue #013F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 61.68%

R = 0.6%
G = 37.72%
B = 61.68%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013F67 (or 0x013F67) is known color: Prussian Blue. HEX triplet: 01, 3F and 67. RGB value is (1,63,103). Sum of RGB (Red+Green+Blue) = 1+63+103=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #013F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F67 is #FEC098. Grayscale: #303030. Windows color (decimal): -16695449 or 6766337. OLE color: 6766337.

HSL color Cylindrical-coordinate representation of color #013F67: hue angle of 203.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F67 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 63 103 -
CMYK 0.99 0.39 0 0.60
HSL 203.53º 0.98% 0.2% -
HSV(B) 203.53º 0.99% 0.4% -
XYZ 4.24 4.54 13.49 -
YUV 49.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 1 63 103 0.99 0.39 0 0.60 203.53 0.98 0.2
Hex 1 3F 67 63 27 0 3C CC 62 14
Octal 1 77 147 143 47 0 74 314 142 24
Binary 1 111111 1100111 1100011 100111 0 111100 11001100 1100010 10100

Color Harmonies of #013F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F67

Black with #013F67

Text Example


Text Example

White with #013F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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