Html Css Color HEX #012EDF Persian Blue

📋 copy color: '#012EDF'

red 1 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #012EDF

Tints of Persian Blue #012EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.04%

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

R = 0.37%
G = 17.04%
B = 82.59%

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

#012EDF (or 0x012EDF) is known color: Persian Blue. HEX triplet: 01, 2E and DF. RGB value is (1,46,223). Sum of RGB (Red+Green+Blue) = 1+46+223=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #012EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EDF is #FED120. Grayscale: #333333. Windows color (decimal): -16699681 or 14626305. OLE color: 14626305.

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

Color convert

RGB 1 46 223 -
CMYK 1.00 0.79 0 0.13
HSL 227.84º 0.99% 0.44% -
HSV(B) 227.84º 1% 0.87% -
XYZ 14.31 7.29 70.46 -
YUV 52.72 224.09 91.11 -
System Red Green Blue C M Y K H S L
Decimal 1 46 223 1.00 0.79 0 0.13 227.84 0.99 0.44
Hex 1 2E DF 64 4F 0 D E4 63 2C
Octal 1 56 337 144 117 0 15 344 143 54
Binary 1 101110 11011111 1100100 1001111 0 1101 11100100 1100011 101100

Color Harmonies of #012EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EDF

Black with #012EDF

Text Example


Text Example

White with #012EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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