Html Css Color HEX #012FC6 Persian Blue

📋 copy color: '#012FC6'

red 1 ◦ green 47 ◦ blue 198

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

Shades of Persian Blue #012FC6

Tints of Persian Blue #012FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 80.49%

R = 0.41%
G = 19.11%
B = 80.49%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#012FC6 (or 0x012FC6) is known color: Persian Blue. HEX triplet: 01, 2F and C6. RGB value is (1,47,198). Sum of RGB (Red+Green+Blue) = 1+47+198=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 198 (77.73% from 255 or 80.49% from 246); Max value from RGB is 198 - color contains mainly: blue. Hex color #012FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FC6 is #FED039. Grayscale: #313131. Windows color (decimal): -16699450 or 12988161. OLE color: 12988161.

HSL color Cylindrical-coordinate representation of color #012FC6: hue angle of 225.99º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012FC6 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 47 198 -
CMYK 0.99 0.76 0 0.22
HSL 225.99º 0.99% 0.39% -
HSV(B) 225.99º 0.99% 0.78% -
XYZ 11.22 6.12 54.02 -
YUV 50.46 211.26 92.72 -
System Red Green Blue C M Y K H S L
Decimal 1 47 198 0.99 0.76 0 0.22 225.99 0.99 0.39
Hex 1 2F C6 63 4C 0 16 E2 63 27
Octal 1 57 306 143 114 0 26 342 143 47
Binary 1 101111 11000110 1100011 1001100 0 10110 11100010 1100011 100111

Color Harmonies of #012FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FC6

Black with #012FC6

Text Example


Text Example

White with #012FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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