Html Css Color HEX #0431DB Persian Blue

📋 copy color: '#0431DB'

red 4 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #0431DB

Tints of Persian Blue #0431DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

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

R = 1.47%
G = 18.01%
B = 80.51%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0431DB (or 0x0431DB) is known color: Persian Blue. HEX triplet: 04, 31 and DB. RGB value is (4,49,219). Sum of RGB (Red+Green+Blue) = 4+49+219=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #0431DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0431DB is #FBCE24. Grayscale: #363636. Windows color (decimal): -16502309 or 14364932. OLE color: 14364932.

HSL color Cylindrical-coordinate representation of color #0431DB: hue angle of 227.44º 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 #0431DB is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 49 219 -
CMYK 0.98 0.78 0 0.14
HSL 227.44º 0.96% 0.44% -
HSV(B) 227.44º 0.98% 0.86% -
XYZ 13.93 7.34 67.7 -
YUV 54.93 220.59 91.68 -
System Red Green Blue C M Y K H S L
Decimal 4 49 219 0.98 0.78 0 0.14 227.44 0.96 0.44
Hex 4 31 DB 62 4E 0 E E3 60 2C
Octal 4 61 333 142 116 0 16 343 140 54
Binary 100 110001 11011011 1100010 1001110 0 1110 11100011 1100000 101100

Color Harmonies of #0431DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0431DB

Black with #0431DB

Text Example


Text Example

White with #0431DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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