Html Css Color HEX #012ADE Persian Blue

📋 copy color: '#012ADE'

red 1 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #012ADE

Tints of Persian Blue #012ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 83.77%

R = 0.38%
G = 15.85%
B = 83.77%

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

#012ADE (or 0x012ADE) is known color: Persian Blue. HEX triplet: 01, 2A and DE. RGB value is (1,42,222). Sum of RGB (Red+Green+Blue) = 1+42+222=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 222 (87.11% from 255 or 83.77% from 265); Max value from RGB is 222 - color contains mainly: blue. Hex color #012ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ADE is #FED521. Grayscale: #313131. Windows color (decimal): -16700706 or 14559745. OLE color: 14559745.

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

Color convert

RGB 1 42 222 -
CMYK 1.00 0.81 0 0.13
HSL 228.87º 0.99% 0.44% -
HSV(B) 228.87º 1% 0.87% -
XYZ 14.03 6.94 69.71 -
YUV 50.26 224.92 92.86 -
System Red Green Blue C M Y K H S L
Decimal 1 42 222 1.00 0.81 0 0.13 228.87 0.99 0.44
Hex 1 2A DE 64 51 0 D E5 63 2C
Octal 1 52 336 144 121 0 15 345 143 54
Binary 1 101010 11011110 1100100 1010001 0 1101 11100101 1100011 101100

Color Harmonies of #012ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012ADE

Black with #012ADE

Text Example


Text Example

White with #012ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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