Html Css Color HEX #0429CE Persian Blue

📋 copy color: '#0429CE'

red 4 ◦ green 41 ◦ blue 206

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

Shades of Persian Blue #0429CE

Tints of Persian Blue #0429CE

RGB

 RED value IS 4 (1.95% from 255) = 1.59%

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

 BLUE value IS 206 (80.86% from 255) = 82.07%

R = 1.59%
G = 16.33%
B = 82.07%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0429CE (or 0x0429CE) is known color: Persian Blue. HEX triplet: 04, 29 and CE. RGB value is (4,41,206). Sum of RGB (Red+Green+Blue) = 4+41+206=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #0429CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0429CE is #FBD631. Grayscale: #303030. Windows color (decimal): -16504370 or 13510916. OLE color: 13510916.

HSL color Cylindrical-coordinate representation of color #0429CE: hue angle of 229.01º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429CE is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 41 206 -
CMYK 0.98 0.80 0 0.19
HSL 229.01º 0.96% 0.41% -
HSV(B) 229.01º 0.98% 0.81% -
XYZ 11.98 6.07 58.93 -
YUV 48.75 216.74 96.08 -
System Red Green Blue C M Y K H S L
Decimal 4 41 206 0.98 0.80 0 0.19 229.01 0.96 0.41
Hex 4 29 CE 62 50 0 13 E5 60 29
Octal 4 51 316 142 120 0 23 345 140 51
Binary 100 101001 11001110 1100010 1010000 0 10011 11100101 1100000 101001

Color Harmonies of #0429CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0429CE

Black with #0429CE

Text Example


Text Example

White with #0429CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0429CE; }

 p { color: rgb(4,41,206); }

 H1.HeaderClassName
 {
   color: #0429CE;
 }
 .AnyTagClassName
 {
   color: #0429CE;
 }
</style>

background-color css

<style>
 a { background-color: #0429CE; }

 a { background-color: rgb(4,41,206); }

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

border-color css

<style>
 span { border-color: #0429CE; }

 span { border-color: rgb(4,41,206); }

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