Html Css Color HEX #012DDA Persian Blue

📋 copy color: '#012DDA'

red 1 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #012DDA

Tints of Persian Blue #012DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 82.58%

R = 0.38%
G = 17.05%
B = 82.58%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#012DDA (or 0x012DDA) is known color: Persian Blue. HEX triplet: 01, 2D and DA. RGB value is (1,45,218). Sum of RGB (Red+Green+Blue) = 1+45+218=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 218 (85.55% from 255 or 82.58% from 264); Max value from RGB is 218 - color contains mainly: blue. Hex color #012DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DDA is #FED225. Grayscale: #323232. Windows color (decimal): -16699942 or 14298369. OLE color: 14298369.

HSL color Cylindrical-coordinate representation of color #012DDA: hue angle of 227.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012DDA is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 45 218 -
CMYK 1.00 0.79 0 0.15
HSL 227.83º 0.99% 0.43% -
HSV(B) 227.83º 1% 0.85% -
XYZ 13.61 6.95 66.95 -
YUV 51.57 221.92 91.93 -
System Red Green Blue C M Y K H S L
Decimal 1 45 218 1.00 0.79 0 0.15 227.83 0.99 0.43
Hex 1 2D DA 64 4F 0 F E4 63 2B
Octal 1 55 332 144 117 0 17 344 143 53
Binary 1 101101 11011010 1100100 1001111 0 1111 11100100 1100011 101011

Color Harmonies of #012DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DDA

Black with #012DDA

Text Example


Text Example

White with #012DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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