Html Css Color HEX #042ECB Persian Blue

📋 copy color: '#042ECB'

red 4 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #042ECB

Tints of Persian Blue #042ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

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

R = 1.58%
G = 18.18%
B = 80.24%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#042ECB (or 0x042ECB) is known color: Persian Blue. HEX triplet: 04, 2E and CB. RGB value is (4,46,203). Sum of RGB (Red+Green+Blue) = 4+46+203=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #042ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ECB is #FBD134. Grayscale: #323232. Windows color (decimal): -16503093 or 13315588. OLE color: 13315588.

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

Color convert

RGB 4 46 203 -
CMYK 0.98 0.77 0 0.20
HSL 227.34º 0.96% 0.41% -
HSV(B) 227.34º 0.98% 0.8% -
XYZ 11.81 6.29 57.09 -
YUV 51.34 213.59 94.23 -
System Red Green Blue C M Y K H S L
Decimal 4 46 203 0.98 0.77 0 0.20 227.34 0.96 0.41
Hex 4 2E CB 62 4D 0 14 E3 60 29
Octal 4 56 313 142 115 0 24 343 140 51
Binary 100 101110 11001011 1100010 1001101 0 10100 11100011 1100000 101001

Color Harmonies of #042ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042ECB

Black with #042ECB

Text Example


Text Example

White with #042ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042ECB; }

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

 H1.HeaderClassName
 {
   color: #042ECB;
 }
 .AnyTagClassName
 {
   color: #042ECB;
 }
</style>

background-color css

<style>
 a { background-color: #042ECB; }

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

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

border-color css

<style>
 span { border-color: #042ECB; }

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

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