Html Css Color HEX #042FCB Persian Blue

📋 copy color: '#042FCB'

red 4 ◦ green 47 ◦ blue 203

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

Shades of Persian Blue #042FCB

Tints of Persian Blue #042FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.5%

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

R = 1.57%
G = 18.5%
B = 79.92%

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

#042FCB (or 0x042FCB) is known color: Persian Blue. HEX triplet: 04, 2F and CB. RGB value is (4,47,203). Sum of RGB (Red+Green+Blue) = 4+47+203=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #042FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042FCB is #FBD034. Grayscale: #333333. Windows color (decimal): -16502837 or 13315844. OLE color: 13315844.

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

Color convert

RGB 4 47 203 -
CMYK 0.98 0.77 0 0.20
HSL 227.04º 0.96% 0.41% -
HSV(B) 227.04º 0.98% 0.8% -
XYZ 11.85 6.37 57.11 -
YUV 51.93 213.25 93.82 -
System Red Green Blue C M Y K H S L
Decimal 4 47 203 0.98 0.77 0 0.20 227.04 0.96 0.41
Hex 4 2F CB 62 4D 0 14 E3 60 29
Octal 4 57 313 142 115 0 24 343 140 51
Binary 100 101111 11001011 1100010 1001101 0 10100 11100011 1100000 101001

Color Harmonies of #042FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042FCB

Black with #042FCB

Text Example


Text Example

White with #042FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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