Html Css Color HEX #012CDE Persian Blue

📋 copy color: '#012CDE'

red 1 ◦ green 44 ◦ blue 222

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

Shades of Persian Blue #012CDE

Tints of Persian Blue #012CDE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

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

R = 0.37%
G = 16.48%
B = 83.15%

CMYK

 C value IS 1.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#012CDE (or 0x012CDE) is known color: Persian Blue. HEX triplet: 01, 2C and DE. RGB value is (1,44,222). Sum of RGB (Red+Green+Blue) = 1+44+222=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 222 (87.11% from 255 or 83.15% from 267); Max value from RGB is 222 - color contains mainly: blue. Hex color #012CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CDE is #FED321. Grayscale: #323232. Windows color (decimal): -16700194 or 14560257. OLE color: 14560257.

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

Color convert

RGB 1 44 222 -
CMYK 1.00 0.80 0 0.13
HSL 228.33º 0.99% 0.44% -
HSV(B) 228.33º 1% 0.87% -
XYZ 14.1 7.08 69.73 -
YUV 51.44 224.25 92.03 -
System Red Green Blue C M Y K H S L
Decimal 1 44 222 1.00 0.80 0 0.13 228.33 0.99 0.44
Hex 1 2C DE 64 50 0 D E4 63 2C
Octal 1 54 336 144 120 0 15 344 143 54
Binary 1 101100 11011110 1100100 1010000 0 1101 11100100 1100011 101100

Color Harmonies of #012CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CDE

Black with #012CDE

Text Example


Text Example

White with #012CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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