Html Css Color HEX #012FCE Persian Blue

📋 copy color: '#012FCE'

red 1 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #012FCE

Tints of Persian Blue #012FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.5%

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

R = 0.39%
G = 18.5%
B = 81.1%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#012FCE (or 0x012FCE) is known color: Persian Blue. HEX triplet: 01, 2F and CE. RGB value is (1,47,206). Sum of RGB (Red+Green+Blue) = 1+47+206=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #012FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FCE is #FED031. Grayscale: #323232. Windows color (decimal): -16699442 or 13512449. OLE color: 13512449.

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

Color convert

RGB 1 47 206 -
CMYK 1.00 0.77 0 0.19
HSL 226.54º 0.99% 0.41% -
HSV(B) 226.54º 1% 0.81% -
XYZ 12.17 6.5 59 -
YUV 51.37 215.26 92.07 -
System Red Green Blue C M Y K H S L
Decimal 1 47 206 1.00 0.77 0 0.19 226.54 0.99 0.41
Hex 1 2F CE 64 4D 0 13 E3 63 29
Octal 1 57 316 144 115 0 23 343 143 51
Binary 1 101111 11001110 1100100 1001101 0 10011 11100011 1100011 101001

Color Harmonies of #012FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FCE

Black with #012FCE

Text Example


Text Example

White with #012FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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