Html Css Color HEX #012CCE Persian Blue

📋 copy color: '#012CCE'

red 1 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #012CCE

Tints of Persian Blue #012CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 82.07%

R = 0.4%
G = 17.53%
B = 82.07%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#012CCE (or 0x012CCE) is known color: Persian Blue. HEX triplet: 01, 2C and CE. RGB value is (1,44,206). Sum of RGB (Red+Green+Blue) = 1+44+206=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #012CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CCE is #FED331. Grayscale: #303030. Windows color (decimal): -16700210 or 13511681. OLE color: 13511681.

HSL color Cylindrical-coordinate representation of color #012CCE: hue angle of 227.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012CCE is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 44 206 -
CMYK 1.00 0.79 0 0.19
HSL 227.41º 0.99% 0.41% -
HSV(B) 227.41º 1% 0.81% -
XYZ 12.05 6.26 58.97 -
YUV 49.61 216.25 93.33 -
System Red Green Blue C M Y K H S L
Decimal 1 44 206 1.00 0.79 0 0.19 227.41 0.99 0.41
Hex 1 2C CE 64 4F 0 13 E3 63 29
Octal 1 54 316 144 117 0 23 343 143 51
Binary 1 101100 11001110 1100100 1001111 0 10011 11100011 1100011 101001

Color Harmonies of #012CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CCE

Black with #012CCE

Text Example


Text Example

White with #012CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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