Html Css Color HEX #013F69 Prussian Blue

📋 copy color: '#013F69'

red 1 ◦ green 63 ◦ blue 105

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

Shades of Prussian Blue #013F69

Tints of Prussian Blue #013F69

RGB

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

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

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

R = 0.59%
G = 37.28%
B = 62.13%

CMYK

 C value IS 0.99

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013F69 (or 0x013F69) is known color: Prussian Blue. HEX triplet: 01, 3F and 69. RGB value is (1,63,105). Sum of RGB (Red+Green+Blue) = 1+63+105=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #013F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F69 is #FEC096. Grayscale: #313131. Windows color (decimal): -16695447 or 6897409. OLE color: 6897409.

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

Color convert

RGB 1 63 105 -
CMYK 0.99 0.4 0 0.59
HSL 204.23º 0.98% 0.21% -
HSV(B) 204.23º 0.99% 0.41% -
XYZ 4.34 4.58 14.02 -
YUV 49.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 1 63 105 0.99 0.4 0 0.59 204.23 0.98 0.21
Hex 1 3F 69 63 28 0 3B CC 62 15
Octal 1 77 151 143 50 0 73 314 142 25
Binary 1 111111 1101001 1100011 101000 0 111011 11001100 1100010 10101

Color Harmonies of #013F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F69

Black with #013F69

Text Example


Text Example

White with #013F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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