Html Css Color HEX #014367 Prussian Blue

📋 copy color: '#014367'

red 1 ◦ green 67 ◦ blue 103

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

Shades of Prussian Blue #014367

Tints of Prussian Blue #014367

RGB

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

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

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

R = 0.58%
G = 39.18%
B = 60.23%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014367 (or 0x014367) is known color: Prussian Blue. HEX triplet: 01, 43 and 67. RGB value is (1,67,103). Sum of RGB (Red+Green+Blue) = 1+67+103=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #014367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014367 is #FEBC98. Grayscale: #333333. Windows color (decimal): -16694425 or 6767361. OLE color: 6767361.

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

Color convert

RGB 1 67 103 -
CMYK 0.99 0.35 0 0.60
HSL 201.18º 0.98% 0.2% -
HSV(B) 201.18º 0.99% 0.4% -
XYZ 4.47 5 13.56 -
YUV 51.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 1 67 103 0.99 0.35 0 0.60 201.18 0.98 0.2
Hex 1 43 67 63 23 0 3C C9 62 14
Octal 1 103 147 143 43 0 74 311 142 24
Binary 1 1000011 1100111 1100011 100011 0 111100 11001001 1100010 10100

Color Harmonies of #014367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014367

Black with #014367

Text Example


Text Example

White with #014367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014367; }

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

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

background-color css

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

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

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

border-color css

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

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

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