Html Css Color HEX #012B69 Prussian Blue

📋 copy color: '#012B69'

red 1 ◦ green 43 ◦ blue 105

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

Shades of Prussian Blue #012B69

Tints of Prussian Blue #012B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.86%

 BLUE value IS 105 (41.41% from 255) = 70.47%

R = 0.67%
G = 28.86%
B = 70.47%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#012B69 (or 0x012B69) is known color: Prussian Blue. HEX triplet: 01, 2B and 69. RGB value is (1,43,105). Sum of RGB (Red+Green+Blue) = 1+43+105=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #012B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B69 is #FED496. Grayscale: #252525. Windows color (decimal): -16700567 or 6892289. OLE color: 6892289.

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

Color convert

RGB 1 43 105 -
CMYK 0.99 0.59 0 0.59
HSL 215.77º 0.98% 0.21% -
HSV(B) 215.77º 0.99% 0.41% -
XYZ 3.43 2.75 13.72 -
YUV 37.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 1 43 105 0.99 0.59 0 0.59 215.77 0.98 0.21
Hex 1 2B 69 63 3B 0 3B D8 62 15
Octal 1 53 151 143 73 0 73 330 142 25
Binary 1 101011 1101001 1100011 111011 0 111011 11011000 1100010 10101

Color Harmonies of #012B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B69

Black with #012B69

Text Example


Text Example

White with #012B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,43,105); }

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

background-color css

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

 a { background-color: rgb(1,43,105); }

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

border-color css

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

 span { border-color: rgb(1,43,105); }

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