Html Css Color HEX #014369 Prussian Blue

📋 copy color: '#014369'

red 1 ◦ green 67 ◦ blue 105

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

Shades of Prussian Blue #014369

Tints of Prussian Blue #014369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.73%

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

R = 0.58%
G = 38.73%
B = 60.69%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014369 (or 0x014369) is known color: Prussian Blue. HEX triplet: 01, 43 and 69. RGB value is (1,67,105). Sum of RGB (Red+Green+Blue) = 1+67+105=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #014369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014369 is #FEBC96. Grayscale: #333333. Windows color (decimal): -16694423 or 6898433. OLE color: 6898433.

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

Color convert

RGB 1 67 105 -
CMYK 0.99 0.36 0 0.59
HSL 201.92º 0.98% 0.21% -
HSV(B) 201.92º 0.99% 0.41% -
XYZ 4.57 5.04 14.1 -
YUV 51.6 158.13 91.91 -
System Red Green Blue C M Y K H S L
Decimal 1 67 105 0.99 0.36 0 0.59 201.92 0.98 0.21
Hex 1 43 69 63 24 0 3B CA 62 15
Octal 1 103 151 143 44 0 73 312 142 25
Binary 1 1000011 1101001 1100011 100100 0 111011 11001010 1100010 10101

Color Harmonies of #014369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014369

Black with #014369

Text Example


Text Example

White with #014369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014369; }

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

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

background-color css

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

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

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

border-color css

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

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

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