Html Css Color HEX #013C69 Prussian Blue

📋 copy color: '#013C69'

red 1 ◦ green 60 ◦ blue 105

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

Shades of Prussian Blue #013C69

Tints of Prussian Blue #013C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

 BLUE value IS 105 (41.41% from 255) = 63.25%

R = 0.6%
G = 36.14%
B = 63.25%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013C69 (or 0x013C69) is known color: Prussian Blue. HEX triplet: 01, 3C and 69. RGB value is (1,60,105). Sum of RGB (Red+Green+Blue) = 1+60+105=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #013C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C69 is #FEC396. Grayscale: #2F2F2F. Windows color (decimal): -16696215 or 6896641. OLE color: 6896641.

HSL color Cylindrical-coordinate representation of color #013C69: hue angle of 205.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C69 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 60 105 -
CMYK 0.99 0.43 0 0.59
HSL 205.96º 0.98% 0.21% -
HSV(B) 205.96º 0.99% 0.41% -
XYZ 4.18 4.26 13.97 -
YUV 47.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 1 60 105 0.99 0.43 0 0.59 205.96 0.98 0.21
Hex 1 3C 69 63 2B 0 3B CE 62 15
Octal 1 74 151 143 53 0 73 316 142 25
Binary 1 111100 1101001 1100011 101011 0 111011 11001110 1100010 10101

Color Harmonies of #013C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C69

Black with #013C69

Text Example


Text Example

White with #013C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,60,105); }

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

background-color css

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

 a { background-color: rgb(1,60,105); }

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

border-color css

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

 span { border-color: rgb(1,60,105); }

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