Html Css Color HEX #014265 Prussian Blue

📋 copy color: '#014265'

red 1 ◦ green 66 ◦ blue 101

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

Shades of Prussian Blue #014265

Tints of Prussian Blue #014265

RGB

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

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

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

R = 0.6%
G = 39.29%
B = 60.12%

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

#014265 (or 0x014265) is known color: Prussian Blue. HEX triplet: 01, 42 and 65. RGB value is (1,66,101). Sum of RGB (Red+Green+Blue) = 1+66+101=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #014265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014265 is #FEBD9A. Grayscale: #323232. Windows color (decimal): -16694683 or 6636033. OLE color: 6636033.

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

Color convert

RGB 1 66 101 -
CMYK 0.99 0.35 0 0.60
HSL 201º 0.98% 0.2% -
HSV(B) 201º 0.99% 0.4% -
XYZ 4.31 4.84 13.02 -
YUV 50.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 1 66 101 0.99 0.35 0 0.60 201 0.98 0.2
Hex 1 42 65 63 23 0 3C C9 62 14
Octal 1 102 145 143 43 0 74 311 142 24
Binary 1 1000010 1100101 1100011 100011 0 111100 11001001 1100010 10100

Color Harmonies of #014265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014265

Black with #014265

Text Example


Text Example

White with #014265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014265; }

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

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

background-color css

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

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

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

border-color css

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

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

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