Html Css Color HEX #013968 Prussian Blue

📋 copy color: '#013968'

red 1 ◦ green 57 ◦ blue 104

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

Shades of Prussian Blue #013968

Tints of Prussian Blue #013968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 64.2%

R = 0.62%
G = 35.19%
B = 64.2%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013968 (or 0x013968) is known color: Prussian Blue. HEX triplet: 01, 39 and 68. RGB value is (1,57,104). Sum of RGB (Red+Green+Blue) = 1+57+104=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #013968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013968 is #FEC697. Grayscale: #2D2D2D. Windows color (decimal): -16696984 or 6830337. OLE color: 6830337.

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

Color convert

RGB 1 57 104 -
CMYK 0.99 0.45 0 0.59
HSL 207.38º 0.98% 0.21% -
HSV(B) 207.38º 0.99% 0.41% -
XYZ 3.97 3.93 13.65 -
YUV 45.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 1 57 104 0.99 0.45 0 0.59 207.38 0.98 0.21
Hex 1 39 68 63 2D 0 3B CF 62 15
Octal 1 71 150 143 55 0 73 317 142 25
Binary 1 111001 1101000 1100011 101101 0 111011 11001111 1100010 10101

Color Harmonies of #013968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013968

Black with #013968

Text Example


Text Example

White with #013968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013968; }

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

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

background-color css

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

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

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

border-color css

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

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

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