Html Css Color HEX #012DCF Persian Blue

📋 copy color: '#012DCF'

red 1 ◦ green 45 ◦ blue 207

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

Shades of Persian Blue #012DCF

Tints of Persian Blue #012DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.79%

 BLUE value IS 207 (81.25% from 255) = 81.82%

R = 0.4%
G = 17.79%
B = 81.82%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#012DCF (or 0x012DCF) is known color: Persian Blue. HEX triplet: 01, 2D and CF. RGB value is (1,45,207). Sum of RGB (Red+Green+Blue) = 1+45+207=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #012DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DCF is #FED230. Grayscale: #313131. Windows color (decimal): -16699953 or 13577473. OLE color: 13577473.

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

Color convert

RGB 1 45 207 -
CMYK 1.00 0.78 0 0.19
HSL 227.18º 0.99% 0.41% -
HSV(B) 227.18º 1% 0.81% -
XYZ 12.21 6.39 59.62 -
YUV 50.31 216.42 92.83 -
System Red Green Blue C M Y K H S L
Decimal 1 45 207 1.00 0.78 0 0.19 227.18 0.99 0.41
Hex 1 2D CF 64 4E 0 13 E3 63 29
Octal 1 55 317 144 116 0 23 343 143 51
Binary 1 101101 11001111 1100100 1001110 0 10011 11100011 1100011 101001

Color Harmonies of #012DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DCF

Black with #012DCF

Text Example


Text Example

White with #012DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,45,207); }

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

background-color css

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

 a { background-color: rgb(1,45,207); }

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

border-color css

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

 span { border-color: rgb(1,45,207); }

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