Html Css Color HEX #014269 Prussian Blue

📋 copy color: '#014269'

red 1 ◦ green 66 ◦ blue 105

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

Shades of Prussian Blue #014269

Tints of Prussian Blue #014269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 61.05%

R = 0.58%
G = 38.37%
B = 61.05%

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

#014269 (or 0x014269) is known color: Prussian Blue. HEX triplet: 01, 42 and 69. RGB value is (1,66,105). Sum of RGB (Red+Green+Blue) = 1+66+105=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #014269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014269 is #FEBD96. Grayscale: #323232. Windows color (decimal): -16694679 or 6898177. OLE color: 6898177.

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

Color convert

RGB 1 66 105 -
CMYK 0.99 0.37 0 0.59
HSL 202.5º 0.98% 0.21% -
HSV(B) 202.5º 0.99% 0.41% -
XYZ 4.51 4.92 14.08 -
YUV 51.01 158.47 92.33 -
System Red Green Blue C M Y K H S L
Decimal 1 66 105 0.99 0.37 0 0.59 202.5 0.98 0.21
Hex 1 42 69 63 25 0 3B CA 62 15
Octal 1 102 151 143 45 0 73 312 142 25
Binary 1 1000010 1101001 1100011 100101 0 111011 11001010 1100010 10101

Color Harmonies of #014269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014269

Black with #014269

Text Example


Text Example

White with #014269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014269; }

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

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

background-color css

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

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

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

border-color css

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

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

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