Html Css Color HEX #043CCF Persian Blue

📋 copy color: '#043CCF'

red 4 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #043CCF

Tints of Persian Blue #043CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 207 (81.25% from 255) = 76.38%

R = 1.48%
G = 22.14%
B = 76.38%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#043CCF (or 0x043CCF) is known color: Persian Blue. HEX triplet: 04, 3C and CF. RGB value is (4,60,207). Sum of RGB (Red+Green+Blue) = 4+60+207=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #043CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CCF is #FBC330. Grayscale: #3B3B3B. Windows color (decimal): -16499505 or 13581316. OLE color: 13581316.

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

Color convert

RGB 4 60 207 -
CMYK 0.98 0.71 0 0.19
HSL 223.45º 0.96% 0.41% -
HSV(B) 223.45º 0.98% 0.81% -
XYZ 12.93 7.76 59.85 -
YUV 60.01 210.95 88.05 -
System Red Green Blue C M Y K H S L
Decimal 4 60 207 0.98 0.71 0 0.19 223.45 0.96 0.41
Hex 4 3C CF 62 47 0 13 DF 60 29
Octal 4 74 317 142 107 0 23 337 140 51
Binary 100 111100 11001111 1100010 1000111 0 10011 11011111 1100000 101001

Color Harmonies of #043CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043CCF

Black with #043CCF

Text Example


Text Example

White with #043CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,60,207); }

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

background-color css

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

 a { background-color: rgb(4,60,207); }

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

border-color css

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

 span { border-color: rgb(4,60,207); }

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