Html Css Color HEX #013265 Prussian Blue

📋 copy color: '#013265'

red 1 ◦ green 50 ◦ blue 101

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

Shades of Prussian Blue #013265

Tints of Prussian Blue #013265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 0.66%
G = 32.89%
B = 66.45%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013265 (or 0x013265) is known color: Prussian Blue. HEX triplet: 01, 32 and 65. RGB value is (1,50,101). Sum of RGB (Red+Green+Blue) = 1+50+101=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #013265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013265 is #FECD9A. Grayscale: #282828. Windows color (decimal): -16698779 or 6631937. OLE color: 6631937.

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

Color convert

RGB 1 50 101 -
CMYK 0.99 0.50 0 0.60
HSL 210.6º 0.98% 0.2% -
HSV(B) 210.6º 0.99% 0.4% -
XYZ 3.5 3.23 12.75 -
YUV 41.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 1 50 101 0.99 0.50 0 0.60 210.6 0.98 0.2
Hex 1 32 65 63 32 0 3C D3 62 14
Octal 1 62 145 143 62 0 74 323 142 24
Binary 1 110010 1100101 1100011 110010 0 111100 11010011 1100010 10100

Color Harmonies of #013265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013265

Black with #013265

Text Example


Text Example

White with #013265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013265; }

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

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

background-color css

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

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

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

border-color css

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

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

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