Html Css Color HEX #012FDF Persian Blue

📋 copy color: '#012FDF'

red 1 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #012FDF

Tints of Persian Blue #012FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.29%

R = 0.37%
G = 17.34%
B = 82.29%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#012FDF (or 0x012FDF) is known color: Persian Blue. HEX triplet: 01, 2F and DF. RGB value is (1,47,223). Sum of RGB (Red+Green+Blue) = 1+47+223=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #012FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FDF is #FED020. Grayscale: #343434. Windows color (decimal): -16699425 or 14626561. OLE color: 14626561.

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

Color convert

RGB 1 47 223 -
CMYK 1.00 0.79 0 0.13
HSL 227.57º 0.99% 0.44% -
HSV(B) 227.57º 1% 0.87% -
XYZ 14.35 7.37 70.48 -
YUV 53.31 223.76 90.69 -
System Red Green Blue C M Y K H S L
Decimal 1 47 223 1.00 0.79 0 0.13 227.57 0.99 0.44
Hex 1 2F DF 64 4F 0 D E4 63 2C
Octal 1 57 337 144 117 0 15 344 143 54
Binary 1 101111 11011111 1100100 1001111 0 1101 11100100 1100011 101100

Color Harmonies of #012FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FDF

Black with #012FDF

Text Example


Text Example

White with #012FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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