Html Css Color HEX #013267 Prussian Blue

📋 copy color: '#013267'

red 1 ◦ green 50 ◦ blue 103

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

Shades of Prussian Blue #013267

Tints of Prussian Blue #013267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 66.88%

R = 0.65%
G = 32.47%
B = 66.88%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013267 (or 0x013267) is known color: Prussian Blue. HEX triplet: 01, 32 and 67. RGB value is (1,50,103). Sum of RGB (Red+Green+Blue) = 1+50+103=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 103 (40.62% from 255 or 66.88% from 154); Max value from RGB is 103 - color contains mainly: blue. Hex color #013267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013267 is #FECD98. Grayscale: #292929. Windows color (decimal): -16698777 or 6763009. OLE color: 6763009.

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

Color convert

RGB 1 50 103 -
CMYK 0.99 0.51 0 0.60
HSL 211.18º 0.98% 0.2% -
HSV(B) 211.18º 0.99% 0.4% -
XYZ 3.6 3.27 13.27 -
YUV 41.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 1 50 103 0.99 0.51 0 0.60 211.18 0.98 0.2
Hex 1 32 67 63 33 0 3C D3 62 14
Octal 1 62 147 143 63 0 74 323 142 24
Binary 1 110010 1100111 1100011 110011 0 111100 11010011 1100010 10100

Color Harmonies of #013267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013267

Black with #013267

Text Example


Text Example

White with #013267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013267; }

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

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

background-color css

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

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

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

border-color css

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

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

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