Html Css Color HEX #043FCD Persian Blue

📋 copy color: '#043FCD'

red 4 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #043FCD

Tints of Persian Blue #043FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.37%

R = 1.47%
G = 23.16%
B = 75.37%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#043FCD (or 0x043FCD) is known color: Persian Blue. HEX triplet: 04, 3F and CD. RGB value is (4,63,205). Sum of RGB (Red+Green+Blue) = 4+63+205=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #043FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FCD is #FBC032. Grayscale: #3C3C3C. Windows color (decimal): -16498739 or 13451012. OLE color: 13451012.

HSL color Cylindrical-coordinate representation of color #043FCD: hue angle of 222.39º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FCD is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 63 205 -
CMYK 0.98 0.69 0 0.20
HSL 222.39º 0.96% 0.41% -
HSV(B) 222.39º 0.98% 0.8% -
XYZ 12.85 7.99 58.62 -
YUV 61.55 208.95 86.95 -
System Red Green Blue C M Y K H S L
Decimal 4 63 205 0.98 0.69 0 0.20 222.39 0.96 0.41
Hex 4 3F CD 62 45 0 14 DE 60 29
Octal 4 77 315 142 105 0 24 336 140 51
Binary 100 111111 11001101 1100010 1000101 0 10100 11011110 1100000 101001

Color Harmonies of #043FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043FCD

Black with #043FCD

Text Example


Text Example

White with #043FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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