Html Css Color HEX #013B65 Prussian Blue

📋 copy color: '#013B65'

red 1 ◦ green 59 ◦ blue 101

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

Shades of Prussian Blue #013B65

Tints of Prussian Blue #013B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 62.73%

R = 0.62%
G = 36.65%
B = 62.73%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013B65 (or 0x013B65) is known color: Prussian Blue. HEX triplet: 01, 3B and 65. RGB value is (1,59,101). Sum of RGB (Red+Green+Blue) = 1+59+101=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #013B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B65 is #FEC49A. Grayscale: #2E2E2E. Windows color (decimal): -16696475 or 6634241. OLE color: 6634241.

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

Color convert

RGB 1 59 101 -
CMYK 0.99 0.42 0 0.60
HSL 205.2º 0.98% 0.2% -
HSV(B) 205.2º 0.99% 0.4% -
XYZ 3.93 4.07 12.89 -
YUV 46.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 1 59 101 0.99 0.42 0 0.60 205.2 0.98 0.2
Hex 1 3B 65 63 2A 0 3C CD 62 14
Octal 1 73 145 143 52 0 74 315 142 24
Binary 1 111011 1100101 1100011 101010 0 111100 11001101 1100010 10100

Color Harmonies of #013B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B65

Black with #013B65

Text Example


Text Example

White with #013B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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