Html Css Color HEX #013B6C Prussian Blue

📋 copy color: '#013B6C'

red 1 ◦ green 59 ◦ blue 108

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

Shades of Prussian Blue #013B6C

Tints of Prussian Blue #013B6C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.12%

 BLUE value IS 108 (42.58% from 255) = 64.29%

R = 0.6%
G = 35.12%
B = 64.29%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#013B6C (or 0x013B6C) is known color: Prussian Blue. HEX triplet: 01, 3B and 6C. RGB value is (1,59,108). Sum of RGB (Red+Green+Blue) = 1+59+108=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #013B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B6C is #FEC493. Grayscale: #2E2E2E. Windows color (decimal): -16696468 or 7092993. OLE color: 7092993.

HSL color Cylindrical-coordinate representation of color #013B6C: hue angle of 207.48º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B6C is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 59 108 -
CMYK 0.99 0.45 0 0.58
HSL 207.48º 0.98% 0.21% -
HSV(B) 207.48º 0.99% 0.42% -
XYZ 4.28 4.22 14.78 -
YUV 47.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 1 59 108 0.99 0.45 0 0.58 207.48 0.98 0.21
Hex 1 3B 6C 63 2D 0 3A CF 62 15
Octal 1 73 154 143 55 0 72 317 142 25
Binary 1 111011 1101100 1100011 101101 0 111010 11001111 1100010 10101

Color Harmonies of #013B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B6C

Black with #013B6C

Text Example


Text Example

White with #013B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,59,108); }

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

background-color css

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

 a { background-color: rgb(1,59,108); }

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

border-color css

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

 span { border-color: rgb(1,59,108); }

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