Html Css Color HEX #0129DC Persian Blue

📋 copy color: '#0129DC'

red 1 ◦ green 41 ◦ blue 220

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

Shades of Persian Blue #0129DC

Tints of Persian Blue #0129DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 220 (86.33% from 255) = 83.97%

R = 0.38%
G = 15.65%
B = 83.97%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0129DC (or 0x0129DC) is known color: Persian Blue. HEX triplet: 01, 29 and DC. RGB value is (1,41,220). Sum of RGB (Red+Green+Blue) = 1+41+220=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #0129DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0129DC is #FED623. Grayscale: #303030. Windows color (decimal): -16700964 or 14428417. OLE color: 14428417.

HSL color Cylindrical-coordinate representation of color #0129DC: hue angle of 229.04º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0129DC is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 41 220 -
CMYK 1.00 0.81 0 0.14
HSL 229.04º 0.99% 0.43% -
HSV(B) 229.04º 1% 0.86% -
XYZ 13.72 6.76 68.29 -
YUV 49.45 224.25 93.45 -
System Red Green Blue C M Y K H S L
Decimal 1 41 220 1.00 0.81 0 0.14 229.04 0.99 0.43
Hex 1 29 DC 64 51 0 E E5 63 2B
Octal 1 51 334 144 121 0 16 345 143 53
Binary 1 101001 11011100 1100100 1010001 0 1110 11100101 1100011 101011

Color Harmonies of #0129DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0129DC

Black with #0129DC

Text Example


Text Example

White with #0129DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0129DC; }

 p { color: rgb(1,41,220); }

 H1.HeaderClassName
 {
   color: #0129DC;
 }
 .AnyTagClassName
 {
   color: #0129DC;
 }
</style>

background-color css

<style>
 a { background-color: #0129DC; }

 a { background-color: rgb(1,41,220); }

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

border-color css

<style>
 span { border-color: #0129DC; }

 span { border-color: rgb(1,41,220); }

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