Html Css Color HEX #013069 Prussian Blue

📋 copy color: '#013069'

red 1 ◦ green 48 ◦ blue 105

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

Shades of Prussian Blue #013069

Tints of Prussian Blue #013069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

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

R = 0.65%
G = 31.17%
B = 68.18%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013069 (or 0x013069) is known color: Prussian Blue. HEX triplet: 01, 30 and 69. RGB value is (1,48,105). Sum of RGB (Red+Green+Blue) = 1+48+105=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #013069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013069 is #FECF96. Grayscale: #282828. Windows color (decimal): -16699287 or 6893569. OLE color: 6893569.

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

Color convert

RGB 1 48 105 -
CMYK 0.99 0.54 0 0.59
HSL 212.88º 0.98% 0.21% -
HSV(B) 212.88º 0.99% 0.41% -
XYZ 3.62 3.14 13.78 -
YUV 40.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 1 48 105 0.99 0.54 0 0.59 212.88 0.98 0.21
Hex 1 30 69 63 36 0 3B D5 62 15
Octal 1 60 151 143 66 0 73 325 142 25
Binary 1 110000 1101001 1100011 110110 0 111011 11010101 1100010 10101

Color Harmonies of #013069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013069

Black with #013069

Text Example


Text Example

White with #013069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013069; }

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

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

background-color css

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

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

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

border-color css

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

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

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