Html Css Color HEX #0429DB Persian Blue

📋 copy color: '#0429DB'

red 4 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #0429DB

Tints of Persian Blue #0429DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 82.95%

R = 1.52%
G = 15.53%
B = 82.95%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0429DB (or 0x0429DB) is known color: Persian Blue. HEX triplet: 04, 29 and DB. RGB value is (4,41,219). Sum of RGB (Red+Green+Blue) = 4+41+219=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #0429DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0429DB is #FBD624. Grayscale: #313131. Windows color (decimal): -16504357 or 14362884. OLE color: 14362884.

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

Color convert

RGB 4 41 219 -
CMYK 0.98 0.81 0 0.14
HSL 229.67º 0.96% 0.44% -
HSV(B) 229.67º 0.98% 0.86% -
XYZ 13.63 6.73 67.6 -
YUV 50.23 223.24 95.03 -
System Red Green Blue C M Y K H S L
Decimal 4 41 219 0.98 0.81 0 0.14 229.67 0.96 0.44
Hex 4 29 DB 62 51 0 E E6 60 2C
Octal 4 51 333 142 121 0 16 346 140 54
Binary 100 101001 11011011 1100010 1010001 0 1110 11100110 1100000 101100

Color Harmonies of #0429DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0429DB

Black with #0429DB

Text Example


Text Example

White with #0429DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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