Html Css Color HEX #012BDD Persian Blue

📋 copy color: '#012BDD'

red 1 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #012BDD

Tints of Persian Blue #012BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 83.4%

R = 0.38%
G = 16.23%
B = 83.4%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#012BDD (or 0x012BDD) is known color: Persian Blue. HEX triplet: 01, 2B and DD. RGB value is (1,43,221). Sum of RGB (Red+Green+Blue) = 1+43+221=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #012BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BDD is #FED422. Grayscale: #313131. Windows color (decimal): -16700451 or 14494465. OLE color: 14494465.

HSL color Cylindrical-coordinate representation of color #012BDD: hue angle of 228.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BDD is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 43 221 -
CMYK 1.00 0.81 0 0.13
HSL 228.55º 0.99% 0.44% -
HSV(B) 228.55º 1% 0.87% -
XYZ 13.93 6.95 69.01 -
YUV 50.73 224.09 92.53 -
System Red Green Blue C M Y K H S L
Decimal 1 43 221 1.00 0.81 0 0.13 228.55 0.99 0.44
Hex 1 2B DD 64 51 0 D E5 63 2C
Octal 1 53 335 144 121 0 15 345 143 54
Binary 1 101011 11011101 1100100 1010001 0 1101 11100101 1100011 101100

Color Harmonies of #012BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BDD

Black with #012BDD

Text Example


Text Example

White with #012BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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