Html Css Color HEX #043AC8 Persian Blue

📋 copy color: '#043AC8'

red 4 ◦ green 58 ◦ blue 200

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

Shades of Persian Blue #043AC8

Tints of Persian Blue #043AC8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 200 (78.52% from 255) = 76.34%

R = 1.53%
G = 22.14%
B = 76.34%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#043AC8 (or 0x043AC8) is known color: Persian Blue. HEX triplet: 04, 3A and C8. RGB value is (4,58,200). Sum of RGB (Red+Green+Blue) = 4+58+200=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 200 (78.52% from 255 or 76.34% from 262); Max value from RGB is 200 - color contains mainly: blue. Hex color #043AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043AC8 is #FBC537. Grayscale: #393939. Windows color (decimal): -16500024 or 13122052. OLE color: 13122052.

HSL color Cylindrical-coordinate representation of color #043AC8: hue angle of 223.47º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043AC8 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 58 200 -
CMYK 0.98 0.71 0 0.22
HSL 223.47º 0.96% 0.4% -
HSV(B) 223.47º 0.98% 0.78% -
XYZ 11.99 7.22 55.41 -
YUV 58.04 208.11 89.45 -
System Red Green Blue C M Y K H S L
Decimal 4 58 200 0.98 0.71 0 0.22 223.47 0.96 0.4
Hex 4 3A C8 62 47 0 16 DF 60 28
Octal 4 72 310 142 107 0 26 337 140 50
Binary 100 111010 11001000 1100010 1000111 0 10110 11011111 1100000 101000

Color Harmonies of #043AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043AC8

Black with #043AC8

Text Example


Text Example

White with #043AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,58,200); }

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

background-color css

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

 a { background-color: rgb(4,58,200); }

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

border-color css

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

 span { border-color: rgb(4,58,200); }

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