Html Css Color HEX #012CDF Persian Blue

📋 copy color: '#012CDF'

red 1 ◦ green 44 ◦ blue 223

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

Shades of Persian Blue #012CDF

Tints of Persian Blue #012CDF

RGB

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

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

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

R = 0.37%
G = 16.42%
B = 83.21%

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

#012CDF (or 0x012CDF) is known color: Persian Blue. HEX triplet: 01, 2C and DF. RGB value is (1,44,223). Sum of RGB (Red+Green+Blue) = 1+44+223=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #012CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CDF is #FED320. Grayscale: #323232. Windows color (decimal): -16700193 or 14625793. OLE color: 14625793.

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

Color convert

RGB 1 44 223 -
CMYK 1.00 0.80 0 0.13
HSL 228.38º 0.99% 0.44% -
HSV(B) 228.38º 1% 0.87% -
XYZ 14.23 7.14 70.44 -
YUV 51.55 224.75 91.95 -
System Red Green Blue C M Y K H S L
Decimal 1 44 223 1.00 0.80 0 0.13 228.38 0.99 0.44
Hex 1 2C DF 64 50 0 D E4 63 2C
Octal 1 54 337 144 120 0 15 344 143 54
Binary 1 101100 11011111 1100100 1010000 0 1101 11100100 1100011 101100

Color Harmonies of #012CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CDF

Black with #012CDF

Text Example


Text Example

White with #012CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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