Html Css Color HEX #013263 Prussian Blue

📋 copy color: '#013263'

red 1 ◦ green 50 ◦ blue 99

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

Shades of Prussian Blue #013263

Tints of Prussian Blue #013263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 66%

R = 0.67%
G = 33.33%
B = 66%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013263 (or 0x013263) is known color: Prussian Blue. HEX triplet: 01, 32 and 63. RGB value is (1,50,99). Sum of RGB (Red+Green+Blue) = 1+50+99=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #013263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013263 is #FECD9C. Grayscale: #282828. Windows color (decimal): -16698781 or 6500865. OLE color: 6500865.

HSL color Cylindrical-coordinate representation of color #013263: hue angle of 210º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013263 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 50 99 -
CMYK 0.99 0.49 0 0.61
HSL 210º 0.98% 0.2% -
HSV(B) 210º 0.99% 0.39% -
XYZ 3.41 3.19 12.24 -
YUV 40.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 1 50 99 0.99 0.49 0 0.61 210 0.98 0.2
Hex 1 32 63 63 31 0 3D D2 62 14
Octal 1 62 143 143 61 0 75 322 142 24
Binary 1 110010 1100011 1100011 110001 0 111101 11010010 1100010 10100

Color Harmonies of #013263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013263

Black with #013263

Text Example


Text Example

White with #013263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013263; }

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

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

background-color css

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

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

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

border-color css

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

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

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