Html Css Color HEX #043CCB Persian Blue

📋 copy color: '#043CCB'

red 4 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #043CCB

Tints of Persian Blue #043CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.03%

R = 1.5%
G = 22.47%
B = 76.03%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#043CCB (or 0x043CCB) is known color: Persian Blue. HEX triplet: 04, 3C and CB. RGB value is (4,60,203). Sum of RGB (Red+Green+Blue) = 4+60+203=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #043CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CCB is #FBC334. Grayscale: #3A3A3A. Windows color (decimal): -16499509 or 13319172. OLE color: 13319172.

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

Color convert

RGB 4 60 203 -
CMYK 0.98 0.70 0 0.20
HSL 223.12º 0.96% 0.41% -
HSV(B) 223.12º 0.98% 0.8% -
XYZ 12.45 7.57 57.31 -
YUV 59.56 208.95 88.37 -
System Red Green Blue C M Y K H S L
Decimal 4 60 203 0.98 0.70 0 0.20 223.12 0.96 0.41
Hex 4 3C CB 62 46 0 14 DF 60 29
Octal 4 74 313 142 106 0 24 337 140 51
Binary 100 111100 11001011 1100010 1000110 0 10100 11011111 1100000 101001

Color Harmonies of #043CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043CCB

Black with #043CCB

Text Example


Text Example

White with #043CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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