Html Css Color HEX #043BCB Persian Blue

📋 copy color: '#043BCB'

red 4 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #043BCB

Tints of Persian Blue #043BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

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

R = 1.5%
G = 22.18%
B = 76.32%

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

#043BCB (or 0x043BCB) is known color: Persian Blue. HEX triplet: 04, 3B and CB. RGB value is (4,59,203). Sum of RGB (Red+Green+Blue) = 4+59+203=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #043BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BCB is #FBC434. Grayscale: #3A3A3A. Windows color (decimal): -16499765 or 13318916. OLE color: 13318916.

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

Color convert

RGB 4 59 203 -
CMYK 0.98 0.71 0 0.20
HSL 223.42º 0.96% 0.41% -
HSV(B) 223.42º 0.98% 0.8% -
XYZ 12.39 7.47 57.29 -
YUV 58.97 209.28 88.79 -
System Red Green Blue C M Y K H S L
Decimal 4 59 203 0.98 0.71 0 0.20 223.42 0.96 0.41
Hex 4 3B CB 62 47 0 14 DF 60 29
Octal 4 73 313 142 107 0 24 337 140 51
Binary 100 111011 11001011 1100010 1000111 0 10100 11011111 1100000 101001

Color Harmonies of #043BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043BCB

Black with #043BCB

Text Example


Text Example

White with #043BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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