Html Css Color HEX #013F65 Prussian Blue

📋 copy color: '#013F65'

red 1 ◦ green 63 ◦ blue 101

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

Shades of Prussian Blue #013F65

Tints of Prussian Blue #013F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 61.21%

R = 0.61%
G = 38.18%
B = 61.21%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013F65 (or 0x013F65) is known color: Prussian Blue. HEX triplet: 01, 3F and 65. RGB value is (1,63,101). Sum of RGB (Red+Green+Blue) = 1+63+101=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #013F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F65 is #FEC09A. Grayscale: #303030. Windows color (decimal): -16695451 or 6635265. OLE color: 6635265.

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

Color convert

RGB 1 63 101 -
CMYK 0.99 0.38 0 0.60
HSL 202.8º 0.98% 0.2% -
HSV(B) 202.8º 0.99% 0.4% -
XYZ 4.14 4.5 12.96 -
YUV 48.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 1 63 101 0.99 0.38 0 0.60 202.8 0.98 0.2
Hex 1 3F 65 63 26 0 3C CB 62 14
Octal 1 77 145 143 46 0 74 313 142 24
Binary 1 111111 1100101 1100011 100110 0 111100 11001011 1100010 10100

Color Harmonies of #013F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F65

Black with #013F65

Text Example


Text Example

White with #013F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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