Html Css Color HEX #043BC1 Persian Blue

📋 copy color: '#043BC1'

red 4 ◦ green 59 ◦ blue 193

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

Shades of Persian Blue #043BC1

Tints of Persian Blue #043BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 75.39%

R = 1.56%
G = 23.05%
B = 75.39%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#043BC1 (or 0x043BC1) is known color: Persian Blue. HEX triplet: 04, 3B and C1. RGB value is (4,59,193). Sum of RGB (Red+Green+Blue) = 4+59+193=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #043BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BC1 is #FBC43E. Grayscale: #393939. Windows color (decimal): -16499775 or 12663556. OLE color: 12663556.

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

Color convert

RGB 4 59 193 -
CMYK 0.98 0.69 0 0.24
HSL 222.54º 0.96% 0.39% -
HSV(B) 222.54º 0.98% 0.76% -
XYZ 11.24 7 51.21 -
YUV 57.83 204.28 89.6 -
System Red Green Blue C M Y K H S L
Decimal 4 59 193 0.98 0.69 0 0.24 222.54 0.96 0.39
Hex 4 3B C1 62 45 0 18 DF 60 27
Octal 4 73 301 142 105 0 30 337 140 47
Binary 100 111011 11000001 1100010 1000101 0 11000 11011111 1100000 100111

Color Harmonies of #043BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043BC1

Black with #043BC1

Text Example


Text Example

White with #043BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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