Html Css Color HEX #012C6B Prussian Blue

📋 copy color: '#012C6B'

red 1 ◦ green 44 ◦ blue 107

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

Shades of Prussian Blue #012C6B

Tints of Prussian Blue #012C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 70.39%

R = 0.66%
G = 28.95%
B = 70.39%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#012C6B (or 0x012C6B) is known color: Prussian Blue. HEX triplet: 01, 2C and 6B. RGB value is (1,44,107). Sum of RGB (Red+Green+Blue) = 1+44+107=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #012C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C6B is #FED394. Grayscale: #262626. Windows color (decimal): -16700309 or 7023617. OLE color: 7023617.

HSL color Cylindrical-coordinate representation of color #012C6B: hue angle of 215.66º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C6B is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 44 107 -
CMYK 0.99 0.59 0 0.58
HSL 215.66º 0.98% 0.21% -
HSV(B) 215.66º 0.99% 0.42% -
XYZ 3.57 2.87 14.28 -
YUV 38.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 1 44 107 0.99 0.59 0 0.58 215.66 0.98 0.21
Hex 1 2C 6B 63 3B 0 3A D8 62 15
Octal 1 54 153 143 73 0 72 330 142 25
Binary 1 101100 1101011 1100011 111011 0 111010 11011000 1100010 10101

Color Harmonies of #012C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C6B

Black with #012C6B

Text Example


Text Example

White with #012C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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