Html Css Color HEX #013969 Prussian Blue

📋 copy color: '#013969'

red 1 ◦ green 57 ◦ blue 105

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

Shades of Prussian Blue #013969

Tints of Prussian Blue #013969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.97%

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

R = 0.61%
G = 34.97%
B = 64.42%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013969 (or 0x013969) is known color: Prussian Blue. HEX triplet: 01, 39 and 69. RGB value is (1,57,105). Sum of RGB (Red+Green+Blue) = 1+57+105=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #013969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013969 is #FEC696. Grayscale: #2D2D2D. Windows color (decimal): -16696983 or 6895873. OLE color: 6895873.

HSL color Cylindrical-coordinate representation of color #013969: hue angle of 207.69º 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 #013969 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 57 105 -
CMYK 0.99 0.46 0 0.59
HSL 207.69º 0.98% 0.21% -
HSV(B) 207.69º 0.99% 0.41% -
XYZ 4.03 3.95 13.92 -
YUV 45.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 1 57 105 0.99 0.46 0 0.59 207.69 0.98 0.21
Hex 1 39 69 63 2E 0 3B D0 62 15
Octal 1 71 151 143 56 0 73 320 142 25
Binary 1 111001 1101001 1100011 101110 0 111011 11010000 1100010 10101

Color Harmonies of #013969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013969

Black with #013969

Text Example


Text Example

White with #013969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013969; }

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

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

background-color css

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

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

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

border-color css

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

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

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