Html Css Color HEX #0129CA Persian Blue

📋 copy color: '#0129CA'

red 1 ◦ green 41 ◦ blue 202

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

Shades of Persian Blue #0129CA

Tints of Persian Blue #0129CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 82.79%

R = 0.41%
G = 16.8%
B = 82.79%

CMYK

 C value IS 1.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0129CA (or 0x0129CA) is known color: Persian Blue. HEX triplet: 01, 29 and CA. RGB value is (1,41,202). Sum of RGB (Red+Green+Blue) = 1+41+202=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #0129CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0129CA is #FED635. Grayscale: #2E2E2E. Windows color (decimal): -16700982 or 13248769. OLE color: 13248769.

HSL color Cylindrical-coordinate representation of color #0129CA: hue angle of 228.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0129CA is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 41 202 -
CMYK 1.00 0.80 0 0.21
HSL 228.06º 0.99% 0.4% -
HSV(B) 228.06º 1% 0.79% -
XYZ 11.47 5.86 56.4 -
YUV 47.39 215.25 94.91 -
System Red Green Blue C M Y K H S L
Decimal 1 41 202 1.00 0.80 0 0.21 228.06 0.99 0.4
Hex 1 29 CA 64 50 0 15 E4 63 28
Octal 1 51 312 144 120 0 25 344 143 50
Binary 1 101001 11001010 1100100 1010000 0 10101 11100100 1100011 101000

Color Harmonies of #0129CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0129CA

Black with #0129CA

Text Example


Text Example

White with #0129CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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