Html Css Color HEX #012FCB Persian Blue

📋 copy color: '#012FCB'

red 1 ◦ green 47 ◦ blue 203

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

Shades of Persian Blue #012FCB

Tints of Persian Blue #012FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.88%

R = 0.4%
G = 18.73%
B = 80.88%

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

#012FCB (or 0x012FCB) is known color: Persian Blue. HEX triplet: 01, 2F and CB. RGB value is (1,47,203). Sum of RGB (Red+Green+Blue) = 1+47+203=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #012FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FCB is #FED034. Grayscale: #323232. Windows color (decimal): -16699445 or 13315841. OLE color: 13315841.

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

Color convert

RGB 1 47 203 -
CMYK 1.00 0.77 0 0.20
HSL 226.34º 0.99% 0.4% -
HSV(B) 226.34º 1% 0.8% -
XYZ 11.81 6.35 57.1 -
YUV 51.03 213.76 92.32 -
System Red Green Blue C M Y K H S L
Decimal 1 47 203 1.00 0.77 0 0.20 226.34 0.99 0.4
Hex 1 2F CB 64 4D 0 14 E2 63 28
Octal 1 57 313 144 115 0 24 342 143 50
Binary 1 101111 11001011 1100100 1001101 0 10100 11100010 1100011 101000

Color Harmonies of #012FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FCB

Black with #012FCB

Text Example


Text Example

White with #012FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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