Html Css Color HEX #012F4B Prussian Blue

📋 copy color: '#012F4B'

red 1 ◦ green 47 ◦ blue 75

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

Shades of Prussian Blue #012F4B

Tints of Prussian Blue #012F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 60.98%

R = 0.81%
G = 38.21%
B = 60.98%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012F4B (or 0x012F4B) is known color: Prussian Blue. HEX triplet: 01, 2F and 4B. RGB value is (1,47,75). Sum of RGB (Red+Green+Blue) = 1+47+75=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #012F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F4B is #FED0B4. Grayscale: #242424. Windows color (decimal): -16699573 or 4927233. OLE color: 4927233.

HSL color Cylindrical-coordinate representation of color #012F4B: hue angle of 202.7º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F4B is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 47 75 -
CMYK 0.99 0.37 0 0.71
HSL 202.7º 0.97% 0.15% -
HSV(B) 202.7º 0.99% 0.29% -
XYZ 2.3 2.55 7.03 -
YUV 36.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 1 47 75 0.99 0.37 0 0.71 202.7 0.97 0.15
Hex 1 2F 4B 63 25 0 47 CB 61 F
Octal 1 57 113 143 45 0 107 313 141 17
Binary 1 101111 1001011 1100011 100101 0 1000111 11001011 1100001 1111

Color Harmonies of #012F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F4B

Black with #012F4B

Text Example


Text Example

White with #012F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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