Html Css Color HEX #012BCD Persian Blue

📋 copy color: '#012BCD'

red 1 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #012BCD

Tints of Persian Blue #012BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.27%

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

R = 0.4%
G = 17.27%
B = 82.33%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#012BCD (or 0x012BCD) is known color: Persian Blue. HEX triplet: 01, 2B and CD. RGB value is (1,43,205). Sum of RGB (Red+Green+Blue) = 1+43+205=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #012BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BCD is #FED432. Grayscale: #303030. Windows color (decimal): -16700467 or 13445889. OLE color: 13445889.

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

Color convert

RGB 1 43 205 -
CMYK 1.00 0.79 0 0.20
HSL 227.65º 0.99% 0.4% -
HSV(B) 227.65º 1% 0.8% -
XYZ 11.9 6.14 58.32 -
YUV 48.91 216.09 93.83 -
System Red Green Blue C M Y K H S L
Decimal 1 43 205 1.00 0.79 0 0.20 227.65 0.99 0.4
Hex 1 2B CD 64 4F 0 14 E4 63 28
Octal 1 53 315 144 117 0 24 344 143 50
Binary 1 101011 11001101 1100100 1001111 0 10100 11100100 1100011 101000

Color Harmonies of #012BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BCD

Black with #012BCD

Text Example


Text Example

White with #012BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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