Html Css Color HEX #012BCE Persian Blue

📋 copy color: '#012BCE'

red 1 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #012BCE

Tints of Persian Blue #012BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 82.4%

R = 0.4%
G = 17.2%
B = 82.4%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#012BCE (or 0x012BCE) is known color: Persian Blue. HEX triplet: 01, 2B and CE. RGB value is (1,43,206). Sum of RGB (Red+Green+Blue) = 1+43+206=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 206 (80.86% from 255 or 82.4% from 250); Max value from RGB is 206 - color contains mainly: blue. Hex color #012BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BCE is #FED431. Grayscale: #303030. Windows color (decimal): -16700466 or 13511425. OLE color: 13511425.

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

Color convert

RGB 1 43 206 -
CMYK 1.00 0.79 0 0.19
HSL 227.71º 0.99% 0.41% -
HSV(B) 227.71º 1% 0.81% -
XYZ 12.02 6.19 58.95 -
YUV 49.02 216.59 93.75 -
System Red Green Blue C M Y K H S L
Decimal 1 43 206 1.00 0.79 0 0.19 227.71 0.99 0.41
Hex 1 2B CE 64 4F 0 13 E4 63 29
Octal 1 53 316 144 117 0 23 344 143 51
Binary 1 101011 11001110 1100100 1001111 0 10011 11100100 1100011 101001

Color Harmonies of #012BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BCE

Black with #012BCE

Text Example


Text Example

White with #012BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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