Html Css Color HEX #012FCF Persian Blue

📋 copy color: '#012FCF'

red 1 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #012FCF

Tints of Persian Blue #012FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 81.18%

R = 0.39%
G = 18.43%
B = 81.18%

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

#012FCF (or 0x012FCF) is known color: Persian Blue. HEX triplet: 01, 2F and CF. RGB value is (1,47,207). Sum of RGB (Red+Green+Blue) = 1+47+207=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #012FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FCF is #FED030. Grayscale: #323232. Windows color (decimal): -16699441 or 13577985. OLE color: 13577985.

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

Color convert

RGB 1 47 207 -
CMYK 1.00 0.77 0 0.19
HSL 226.6º 0.99% 0.41% -
HSV(B) 226.6º 1% 0.81% -
XYZ 12.29 6.54 59.65 -
YUV 51.49 215.76 91.99 -
System Red Green Blue C M Y K H S L
Decimal 1 47 207 1.00 0.77 0 0.19 226.6 0.99 0.41
Hex 1 2F CF 64 4D 0 13 E3 63 29
Octal 1 57 317 144 115 0 23 343 143 51
Binary 1 101111 11001111 1100100 1001101 0 10011 11100011 1100011 101001

Color Harmonies of #012FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FCF

Black with #012FCF

Text Example


Text Example

White with #012FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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