Html Css Color HEX #012FDB Persian Blue

📋 copy color: '#012FDB'

red 1 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #012FDB

Tints of Persian Blue #012FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 82.02%

R = 0.37%
G = 17.6%
B = 82.02%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#012FDB (or 0x012FDB) is known color: Persian Blue. HEX triplet: 01, 2F and DB. RGB value is (1,47,219). Sum of RGB (Red+Green+Blue) = 1+47+219=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #012FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FDB is #FED024. Grayscale: #343434. Windows color (decimal): -16699429 or 14364417. OLE color: 14364417.

HSL color Cylindrical-coordinate representation of color #012FDB: hue angle of 227.34º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012FDB is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 47 219 -
CMYK 1.00 0.79 0 0.14
HSL 227.34º 0.99% 0.43% -
HSV(B) 227.34º 1% 0.86% -
XYZ 13.82 7.15 67.67 -
YUV 52.85 221.76 91.01 -
System Red Green Blue C M Y K H S L
Decimal 1 47 219 1.00 0.79 0 0.14 227.34 0.99 0.43
Hex 1 2F DB 64 4F 0 E E3 63 2B
Octal 1 57 333 144 117 0 16 343 143 53
Binary 1 101111 11011011 1100100 1001111 0 1110 11100011 1100011 101011

Color Harmonies of #012FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FDB

Black with #012FDB

Text Example


Text Example

White with #012FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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