Html Css Color HEX #013869 Prussian Blue

📋 copy color: '#013869'

red 1 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #013869

Tints of Prussian Blue #013869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.57%

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

R = 0.62%
G = 34.57%
B = 64.81%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013869 (or 0x013869) is known color: Prussian Blue. HEX triplet: 01, 38 and 69. RGB value is (1,56,105). Sum of RGB (Red+Green+Blue) = 1+56+105=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #013869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013869 is #FEC796. Grayscale: #2C2C2C. Windows color (decimal): -16697239 or 6895617. OLE color: 6895617.

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

Color convert

RGB 1 56 105 -
CMYK 0.99 0.47 0 0.59
HSL 208.27º 0.98% 0.21% -
HSV(B) 208.27º 0.99% 0.41% -
XYZ 3.98 3.85 13.9 -
YUV 45.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 1 56 105 0.99 0.47 0 0.59 208.27 0.98 0.21
Hex 1 38 69 63 2F 0 3B D0 62 15
Octal 1 70 151 143 57 0 73 320 142 25
Binary 1 111000 1101001 1100011 101111 0 111011 11010000 1100010 10101

Color Harmonies of #013869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013869

Black with #013869

Text Example


Text Example

White with #013869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013869; }

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

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

background-color css

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

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

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

border-color css

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

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

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