Html Css Color HEX #042ACE Persian Blue

📋 copy color: '#042ACE'

red 4 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #042ACE

Tints of Persian Blue #042ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.67%

 BLUE value IS 206 (80.86% from 255) = 81.75%

R = 1.59%
G = 16.67%
B = 81.75%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#042ACE (or 0x042ACE) is known color: Persian Blue. HEX triplet: 04, 2A and CE. RGB value is (4,42,206). Sum of RGB (Red+Green+Blue) = 4+42+206=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #042ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ACE is #FBD531. Grayscale: #303030. Windows color (decimal): -16504114 or 13511172. OLE color: 13511172.

HSL color Cylindrical-coordinate representation of color #042ACE: hue angle of 228.71º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042ACE is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 42 206 -
CMYK 0.98 0.80 0 0.19
HSL 228.71º 0.96% 0.41% -
HSV(B) 228.71º 0.98% 0.81% -
XYZ 12.02 6.14 58.94 -
YUV 49.33 216.41 95.66 -
System Red Green Blue C M Y K H S L
Decimal 4 42 206 0.98 0.80 0 0.19 228.71 0.96 0.41
Hex 4 2A CE 62 50 0 13 E5 60 29
Octal 4 52 316 142 120 0 23 345 140 51
Binary 100 101010 11001110 1100010 1010000 0 10011 11100101 1100000 101001

Color Harmonies of #042ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042ACE

Black with #042ACE

Text Example


Text Example

White with #042ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,42,206); }

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

background-color css

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

 a { background-color: rgb(4,42,206); }

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

border-color css

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

 span { border-color: rgb(4,42,206); }

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