Html Css Color HEX #043FEA Persian Blue

📋 copy color: '#043FEA'

red 4 ◦ green 63 ◦ blue 234

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

Shades of Persian Blue #043FEA

Tints of Persian Blue #043FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.74%

R = 1.33%
G = 20.93%
B = 77.74%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#043FEA (or 0x043FEA) is known color: Persian Blue. HEX triplet: 04, 3F and EA. RGB value is (4,63,234). Sum of RGB (Red+Green+Blue) = 4+63+234=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #043FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043FEA is #FBC015. Grayscale: #404040. Windows color (decimal): -16498710 or 15351556. OLE color: 15351556.

HSL color Cylindrical-coordinate representation of color #043FEA: hue angle of 224.61º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FEA is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 63 234 -
CMYK 0.98 0.73 0 0.08
HSL 224.61º 0.97% 0.47% -
HSV(B) 224.61º 0.98% 0.92% -
XYZ 16.68 9.52 78.8 -
YUV 64.85 223.45 84.6 -
System Red Green Blue C M Y K H S L
Decimal 4 63 234 0.98 0.73 0 0.08 224.61 0.97 0.47
Hex 4 3F EA 62 49 0 8 E1 61 2F
Octal 4 77 352 142 111 0 10 341 141 57
Binary 100 111111 11101010 1100010 1001001 0 1000 11100001 1100001 101111

Color Harmonies of #043FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043FEA

Black with #043FEA

Text Example


Text Example

White with #043FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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