Html Css Color HEX #0129D8 Persian Blue

📋 copy color: '#0129D8'

red 1 ◦ green 41 ◦ blue 216

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

Shades of Persian Blue #0129D8

Tints of Persian Blue #0129D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 83.72%

R = 0.39%
G = 15.89%
B = 83.72%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0129D8 (or 0x0129D8) is known color: Persian Blue. HEX triplet: 01, 29 and D8. RGB value is (1,41,216). Sum of RGB (Red+Green+Blue) = 1+41+216=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 216 (84.77% from 255 or 83.72% from 258); Max value from RGB is 216 - color contains mainly: blue. Hex color #0129D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0129D8 is #FED627. Grayscale: #303030. Windows color (decimal): -16700968 or 14166273. OLE color: 14166273.

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

Color convert

RGB 1 41 216 -
CMYK 1.00 0.81 0 0.15
HSL 228.84º 0.99% 0.43% -
HSV(B) 228.84º 1% 0.85% -
XYZ 13.2 6.55 65.53 -
YUV 48.99 222.25 93.77 -
System Red Green Blue C M Y K H S L
Decimal 1 41 216 1.00 0.81 0 0.15 228.84 0.99 0.43
Hex 1 29 D8 64 51 0 F E5 63 2B
Octal 1 51 330 144 121 0 17 345 143 53
Binary 1 101001 11011000 1100100 1010001 0 1111 11100101 1100011 101011

Color Harmonies of #0129D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0129D8

Black with #0129D8

Text Example


Text Example

White with #0129D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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