Html Css Color HEX #043BC0 Persian Blue

📋 copy color: '#043BC0'

red 4 ◦ green 59 ◦ blue 192

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

Shades of Persian Blue #043BC0

Tints of Persian Blue #043BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 75.29%

R = 1.57%
G = 23.14%
B = 75.29%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#043BC0 (or 0x043BC0) is known color: Persian Blue. HEX triplet: 04, 3B and C0. RGB value is (4,59,192). Sum of RGB (Red+Green+Blue) = 4+59+192=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 192 (75.39% from 255 or 75.29% from 255); Max value from RGB is 192 - color contains mainly: blue. Hex color #043BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BC0 is #FBC43F. Grayscale: #393939. Windows color (decimal): -16499776 or 12598020. OLE color: 12598020.

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

Color convert

RGB 4 59 192 -
CMYK 0.98 0.69 0 0.25
HSL 222.45º 0.96% 0.38% -
HSV(B) 222.45º 0.98% 0.75% -
XYZ 11.13 6.96 50.63 -
YUV 57.72 203.78 89.69 -
System Red Green Blue C M Y K H S L
Decimal 4 59 192 0.98 0.69 0 0.25 222.45 0.96 0.38
Hex 4 3B C0 62 45 0 19 DE 60 26
Octal 4 73 300 142 105 0 31 336 140 46
Binary 100 111011 11000000 1100010 1000101 0 11001 11011110 1100000 100110

Color Harmonies of #043BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043BC0

Black with #043BC0

Text Example


Text Example

White with #043BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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