Html Css Color HEX #043FDB Persian Blue

📋 copy color: '#043FDB'

red 4 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #043FDB

Tints of Persian Blue #043FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

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

R = 1.4%
G = 22.03%
B = 76.57%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#043FDB (or 0x043FDB) is known color: Persian Blue. HEX triplet: 04, 3F and DB. RGB value is (4,63,219). Sum of RGB (Red+Green+Blue) = 4+63+219=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #043FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FDB is #FBC024. Grayscale: #3E3E3E. Windows color (decimal): -16498725 or 14368516. OLE color: 14368516.

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

Color convert

RGB 4 63 219 -
CMYK 0.98 0.71 0 0.14
HSL 223.53º 0.96% 0.44% -
HSV(B) 223.53º 0.98% 0.86% -
XYZ 14.61 8.7 67.93 -
YUV 63.14 215.95 85.82 -
System Red Green Blue C M Y K H S L
Decimal 4 63 219 0.98 0.71 0 0.14 223.53 0.96 0.44
Hex 4 3F DB 62 47 0 E E0 60 2C
Octal 4 77 333 142 107 0 16 340 140 54
Binary 100 111111 11011011 1100010 1000111 0 1110 11100000 1100000 101100

Color Harmonies of #043FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043FDB

Black with #043FDB

Text Example


Text Example

White with #043FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043FDB; }

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

 H1.HeaderClassName
 {
   color: #043FDB;
 }
 .AnyTagClassName
 {
   color: #043FDB;
 }
</style>

background-color css

<style>
 a { background-color: #043FDB; }

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

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

border-color css

<style>
 span { border-color: #043FDB; }

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

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