Html Css Color HEX #014268 Prussian Blue

📋 copy color: '#014268'

red 1 ◦ green 66 ◦ blue 104

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

Shades of Prussian Blue #014268

Tints of Prussian Blue #014268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.82%

R = 0.58%
G = 38.6%
B = 60.82%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014268 (or 0x014268) is known color: Prussian Blue. HEX triplet: 01, 42 and 68. RGB value is (1,66,104). Sum of RGB (Red+Green+Blue) = 1+66+104=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #014268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014268 is #FEBD97. Grayscale: #323232. Windows color (decimal): -16694680 or 6832641. OLE color: 6832641.

HSL color Cylindrical-coordinate representation of color #014268: hue angle of 202.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014268 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 66 104 -
CMYK 0.99 0.37 0 0.59
HSL 202.14º 0.98% 0.21% -
HSV(B) 202.14º 0.99% 0.41% -
XYZ 4.46 4.9 13.81 -
YUV 50.9 157.97 92.41 -
System Red Green Blue C M Y K H S L
Decimal 1 66 104 0.99 0.37 0 0.59 202.14 0.98 0.21
Hex 1 42 68 63 25 0 3B CA 62 15
Octal 1 102 150 143 45 0 73 312 142 25
Binary 1 1000010 1101000 1100011 100101 0 111011 11001010 1100010 10101

Color Harmonies of #014268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014268

Black with #014268

Text Example


Text Example

White with #014268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014268; }

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

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

background-color css

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

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

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

border-color css

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

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

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