Html Css Color HEX #012C6E Prussian Blue

📋 copy color: '#012C6E'

red 1 ◦ green 44 ◦ blue 110

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

Shades of Prussian Blue #012C6E

Tints of Prussian Blue #012C6E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.39%

 BLUE value IS 110 (43.36% from 255) = 70.97%

R = 0.65%
G = 28.39%
B = 70.97%

CMYK

 C value IS 0.99

 M value IS 0.6

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#012C6E (or 0x012C6E) is known color: Prussian Blue. HEX triplet: 01, 2C and 6E. RGB value is (1,44,110). Sum of RGB (Red+Green+Blue) = 1+44+110=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #012C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C6E is #FED391. Grayscale: #262626. Windows color (decimal): -16700306 or 7220225. OLE color: 7220225.

HSL color Cylindrical-coordinate representation of color #012C6E: hue angle of 216.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C6E is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 44 110 -
CMYK 0.99 0.6 0 0.57
HSL 216.33º 0.98% 0.22% -
HSV(B) 216.33º 0.99% 0.43% -
XYZ 3.73 2.93 15.12 -
YUV 38.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 1 44 110 0.99 0.6 0 0.57 216.33 0.98 0.22
Hex 1 2C 6E 63 3C 0 39 D8 62 16
Octal 1 54 156 143 74 0 71 330 142 26
Binary 1 101100 1101110 1100011 111100 0 111001 11011000 1100010 10110

Color Harmonies of #012C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C6E

Black with #012C6E

Text Example


Text Example

White with #012C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012C6E; }

 p { color: rgb(1,44,110); }

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

background-color css

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

 a { background-color: rgb(1,44,110); }

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

border-color css

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

 span { border-color: rgb(1,44,110); }

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