Html Css Color HEX #043ACB Persian Blue

📋 copy color: '#043ACB'

red 4 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #043ACB

Tints of Persian Blue #043ACB

RGB

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

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

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

R = 1.51%
G = 21.89%
B = 76.6%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#043ACB (or 0x043ACB) is known color: Persian Blue. HEX triplet: 04, 3A and CB. RGB value is (4,58,203). Sum of RGB (Red+Green+Blue) = 4+58+203=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #043ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043ACB is #FBC534. Grayscale: #393939. Windows color (decimal): -16500021 or 13318660. OLE color: 13318660.

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

Color convert

RGB 4 58 203 -
CMYK 0.98 0.71 0 0.20
HSL 223.72º 0.96% 0.41% -
HSV(B) 223.72º 0.98% 0.8% -
XYZ 12.34 7.36 57.27 -
YUV 58.38 209.61 89.21 -
System Red Green Blue C M Y K H S L
Decimal 4 58 203 0.98 0.71 0 0.20 223.72 0.96 0.41
Hex 4 3A CB 62 47 0 14 E0 60 29
Octal 4 72 313 142 107 0 24 340 140 51
Binary 100 111010 11001011 1100010 1000111 0 10100 11100000 1100000 101001

Color Harmonies of #043ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043ACB

Black with #043ACB

Text Example


Text Example

White with #043ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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