Html Css Color HEX #012F62 Prussian Blue

📋 copy color: '#012F62'

red 1 ◦ green 47 ◦ blue 98

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

Shades of Prussian Blue #012F62

Tints of Prussian Blue #012F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.19%

 BLUE value IS 98 (38.67% from 255) = 67.12%

R = 0.68%
G = 32.19%
B = 67.12%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012F62 (or 0x012F62) is known color: Prussian Blue. HEX triplet: 01, 2F and 62. RGB value is (1,47,98). Sum of RGB (Red+Green+Blue) = 1+47+98=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #012F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F62 is #FED09D. Grayscale: #262626. Windows color (decimal): -16699550 or 6434561. OLE color: 6434561.

HSL color Cylindrical-coordinate representation of color #012F62: hue angle of 211.55º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F62 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 47 98 -
CMYK 0.99 0.52 0 0.62
HSL 211.55º 0.98% 0.19% -
HSV(B) 211.55º 0.99% 0.38% -
XYZ 3.23 2.92 11.95 -
YUV 39.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 1 47 98 0.99 0.52 0 0.62 211.55 0.98 0.19
Hex 1 2F 62 63 34 0 3E D4 62 13
Octal 1 57 142 143 64 0 76 324 142 23
Binary 1 101111 1100010 1100011 110100 0 111110 11010100 1100010 10011

Color Harmonies of #012F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F62

Black with #012F62

Text Example


Text Example

White with #012F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,47,98); }

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

background-color css

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

 a { background-color: rgb(1,47,98); }

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

border-color css

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

 span { border-color: rgb(1,47,98); }

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