Html Css Color HEX #012FCD Persian Blue

📋 copy color: '#012FCD'

red 1 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #012FCD

Tints of Persian Blue #012FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 81.03%

R = 0.4%
G = 18.58%
B = 81.03%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#012FCD (or 0x012FCD) is known color: Persian Blue. HEX triplet: 01, 2F and CD. RGB value is (1,47,205). Sum of RGB (Red+Green+Blue) = 1+47+205=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #012FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FCD is #FED032. Grayscale: #323232. Windows color (decimal): -16699443 or 13446913. OLE color: 13446913.

HSL color Cylindrical-coordinate representation of color #012FCD: hue angle of 226.47º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012FCD is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 47 205 -
CMYK 1.00 0.77 0 0.20
HSL 226.47º 0.99% 0.4% -
HSV(B) 226.47º 1% 0.8% -
XYZ 12.05 6.45 58.37 -
YUV 51.26 214.76 92.15 -
System Red Green Blue C M Y K H S L
Decimal 1 47 205 1.00 0.77 0 0.20 226.47 0.99 0.4
Hex 1 2F CD 64 4D 0 14 E2 63 28
Octal 1 57 315 144 115 0 24 342 143 50
Binary 1 101111 11001101 1100100 1001101 0 10100 11100010 1100011 101000

Color Harmonies of #012FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FCD

Black with #012FCD

Text Example


Text Example

White with #012FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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