Html Css Color HEX #042CCB Persian Blue

📋 copy color: '#042CCB'

red 4 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #042CCB

Tints of Persian Blue #042CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.53%

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

R = 1.59%
G = 17.53%
B = 80.88%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#042CCB (or 0x042CCB) is known color: Persian Blue. HEX triplet: 04, 2C and CB. RGB value is (4,44,203). Sum of RGB (Red+Green+Blue) = 4+44+203=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #042CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CCB is #FBD334. Grayscale: #313131. Windows color (decimal): -16503605 or 13315076. OLE color: 13315076.

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

Color convert

RGB 4 44 203 -
CMYK 0.98 0.78 0 0.20
HSL 227.94º 0.96% 0.41% -
HSV(B) 227.94º 0.98% 0.8% -
XYZ 11.73 6.14 57.07 -
YUV 50.17 214.25 95.07 -
System Red Green Blue C M Y K H S L
Decimal 4 44 203 0.98 0.78 0 0.20 227.94 0.96 0.41
Hex 4 2C CB 62 4E 0 14 E4 60 29
Octal 4 54 313 142 116 0 24 344 140 51
Binary 100 101100 11001011 1100010 1001110 0 10100 11100100 1100000 101001

Color Harmonies of #042CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042CCB

Black with #042CCB

Text Example


Text Example

White with #042CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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