Html Css Color HEX #013665 Prussian Blue

📋 copy color: '#013665'

red 1 ◦ green 54 ◦ blue 101

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

Shades of Prussian Blue #013665

Tints of Prussian Blue #013665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.62%

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

R = 0.64%
G = 34.62%
B = 64.74%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013665 (or 0x013665) is known color: Prussian Blue. HEX triplet: 01, 36 and 65. RGB value is (1,54,101). Sum of RGB (Red+Green+Blue) = 1+54+101=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #013665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013665 is #FEC99A. Grayscale: #2B2B2B. Windows color (decimal): -16697755 or 6632961. OLE color: 6632961.

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

Color convert

RGB 1 54 101 -
CMYK 0.99 0.47 0 0.60
HSL 208.2º 0.98% 0.2% -
HSV(B) 208.2º 0.99% 0.4% -
XYZ 3.68 3.58 12.81 -
YUV 43.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 1 54 101 0.99 0.47 0 0.60 208.2 0.98 0.2
Hex 1 36 65 63 2F 0 3C D0 62 14
Octal 1 66 145 143 57 0 74 320 142 24
Binary 1 110110 1100101 1100011 101111 0 111100 11010000 1100010 10100

Color Harmonies of #013665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013665

Black with #013665

Text Example


Text Example

White with #013665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013665; }

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

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

background-color css

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

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

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

border-color css

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

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

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