Html Css Color HEX #012953 Prussian Blue

📋 copy color: '#012953'

red 1 ◦ green 41 ◦ blue 83

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

Shades of Prussian Blue #012953

Tints of Prussian Blue #012953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.8%

 BLUE value IS 83 (32.81% from 255) = 66.4%

R = 0.8%
G = 32.8%
B = 66.4%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012953 (or 0x012953) is known color: Prussian Blue. HEX triplet: 01, 29 and 53. RGB value is (1,41,83). Sum of RGB (Red+Green+Blue) = 1+41+83=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #012953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012953 is #FED6AC. Grayscale: #212121. Windows color (decimal): -16701101 or 5449985. OLE color: 5449985.

HSL color Cylindrical-coordinate representation of color #012953: hue angle of 210.73º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012953 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 41 83 -
CMYK 0.99 0.51 0 0.67
HSL 210.73º 0.98% 0.16% -
HSV(B) 210.73º 0.99% 0.33% -
XYZ 2.37 2.22 8.49 -
YUV 33.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 1 41 83 0.99 0.51 0 0.67 210.73 0.98 0.16
Hex 1 29 53 63 33 0 43 D3 62 10
Octal 1 51 123 143 63 0 103 323 142 20
Binary 1 101001 1010011 1100011 110011 0 1000011 11010011 1100010 10000

Color Harmonies of #012953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012953

Black with #012953

Text Example


Text Example

White with #012953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012953; }

 p { color: rgb(1,41,83); }

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

background-color css

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

 a { background-color: rgb(1,41,83); }

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

border-color css

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

 span { border-color: rgb(1,41,83); }

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