Html Css Color HEX #014165 Prussian Blue

📋 copy color: '#014165'

red 1 ◦ green 65 ◦ blue 101

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

Shades of Prussian Blue #014165

Tints of Prussian Blue #014165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

 BLUE value IS 101 (39.84% from 255) = 60.48%

R = 0.6%
G = 38.92%
B = 60.48%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014165 (or 0x014165) is known color: Prussian Blue. HEX triplet: 01, 41 and 65. RGB value is (1,65,101). Sum of RGB (Red+Green+Blue) = 1+65+101=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #014165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014165 is #FEBE9A. Grayscale: #313131. Windows color (decimal): -16694939 or 6635777. OLE color: 6635777.

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

Color convert

RGB 1 65 101 -
CMYK 0.99 0.36 0 0.60
HSL 201.6º 0.98% 0.2% -
HSV(B) 201.6º 0.99% 0.4% -
XYZ 4.25 4.73 13 -
YUV 49.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 1 65 101 0.99 0.36 0 0.60 201.6 0.98 0.2
Hex 1 41 65 63 24 0 3C CA 62 14
Octal 1 101 145 143 44 0 74 312 142 24
Binary 1 1000001 1100101 1100011 100100 0 111100 11001010 1100010 10100

Color Harmonies of #014165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014165

Black with #014165

Text Example


Text Example

White with #014165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014165; }

 p { color: rgb(1,65,101); }

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

background-color css

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

 a { background-color: rgb(1,65,101); }

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

border-color css

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

 span { border-color: rgb(1,65,101); }

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