Html Css Color HEX #014263 Prussian Blue

📋 copy color: '#014263'

red 1 ◦ green 66 ◦ blue 99

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

Shades of Prussian Blue #014263

Tints of Prussian Blue #014263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.76%

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

R = 0.6%
G = 39.76%
B = 59.64%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#014263 (or 0x014263) is known color: Prussian Blue. HEX triplet: 01, 42 and 63. RGB value is (1,66,99). Sum of RGB (Red+Green+Blue) = 1+66+99=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #014263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014263 is #FEBD9C. Grayscale: #323232. Windows color (decimal): -16694685 or 6504961. OLE color: 6504961.

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

Color convert

RGB 1 66 99 -
CMYK 0.99 0.33 0 0.61
HSL 200.2º 0.98% 0.2% -
HSV(B) 200.2º 0.99% 0.39% -
XYZ 4.21 4.8 12.51 -
YUV 50.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 1 66 99 0.99 0.33 0 0.61 200.2 0.98 0.2
Hex 1 42 63 63 21 0 3D C8 62 14
Octal 1 102 143 143 41 0 75 310 142 24
Binary 1 1000010 1100011 1100011 100001 0 111101 11001000 1100010 10100

Color Harmonies of #014263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014263

Black with #014263

Text Example


Text Example

White with #014263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014263; }

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

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

background-color css

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

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

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

border-color css

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

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

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