Html Css Color HEX #012BDF Persian Blue

📋 copy color: '#012BDF'

red 1 ◦ green 43 ◦ blue 223

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

Shades of Persian Blue #012BDF

Tints of Persian Blue #012BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 83.52%

R = 0.37%
G = 16.1%
B = 83.52%

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

#012BDF (or 0x012BDF) is known color: Persian Blue. HEX triplet: 01, 2B and DF. RGB value is (1,43,223). Sum of RGB (Red+Green+Blue) = 1+43+223=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #012BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BDF is #FED420. Grayscale: #323232. Windows color (decimal): -16700449 or 14625537. OLE color: 14625537.

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

Color convert

RGB 1 43 223 -
CMYK 1.00 0.81 0 0.13
HSL 228.65º 0.99% 0.44% -
HSV(B) 228.65º 1% 0.87% -
XYZ 14.2 7.06 70.43 -
YUV 50.96 225.09 92.36 -
System Red Green Blue C M Y K H S L
Decimal 1 43 223 1.00 0.81 0 0.13 228.65 0.99 0.44
Hex 1 2B DF 64 51 0 D E5 63 2C
Octal 1 53 337 144 121 0 15 345 143 54
Binary 1 101011 11011111 1100100 1010001 0 1101 11100101 1100011 101100

Color Harmonies of #012BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BDF

Black with #012BDF

Text Example


Text Example

White with #012BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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