Html Css Color HEX #012ADF Persian Blue

📋 copy color: '#012ADF'

red 1 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #012ADF

Tints of Persian Blue #012ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

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

R = 0.38%
G = 15.79%
B = 83.83%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#012ADF (or 0x012ADF) is known color: Persian Blue. HEX triplet: 01, 2A and DF. RGB value is (1,42,223). Sum of RGB (Red+Green+Blue) = 1+42+223=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #012ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ADF is #FED520. Grayscale: #313131. Windows color (decimal): -16700705 or 14625281. OLE color: 14625281.

HSL color Cylindrical-coordinate representation of color #012ADF: hue angle of 228.92º 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 #012ADF is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 42 223 -
CMYK 1.00 0.81 0 0.13
HSL 228.92º 0.99% 0.44% -
HSV(B) 228.92º 1% 0.87% -
XYZ 14.16 6.99 70.41 -
YUV 50.38 225.42 92.78 -
System Red Green Blue C M Y K H S L
Decimal 1 42 223 1.00 0.81 0 0.13 228.92 0.99 0.44
Hex 1 2A DF 64 51 0 D E5 63 2C
Octal 1 52 337 144 121 0 15 345 143 54
Binary 1 101010 11011111 1100100 1010001 0 1101 11100101 1100011 101100

Color Harmonies of #012ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012ADF

Black with #012ADF

Text Example


Text Example

White with #012ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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