Html Css Color HEX #042CCE Persian Blue

📋 copy color: '#042CCE'

red 4 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #042CCE

Tints of Persian Blue #042CCE

RGB

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

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

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

R = 1.57%
G = 17.32%
B = 81.1%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#042CCE (or 0x042CCE) is known color: Persian Blue. HEX triplet: 04, 2C and CE. RGB value is (4,44,206). Sum of RGB (Red+Green+Blue) = 4+44+206=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #042CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CCE is #FBD331. Grayscale: #313131. Windows color (decimal): -16503602 or 13511684. OLE color: 13511684.

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

Color convert

RGB 4 44 206 -
CMYK 0.98 0.79 0 0.19
HSL 228.12º 0.96% 0.41% -
HSV(B) 228.12º 0.98% 0.81% -
XYZ 12.09 6.28 58.97 -
YUV 50.51 215.75 94.83 -
System Red Green Blue C M Y K H S L
Decimal 4 44 206 0.98 0.79 0 0.19 228.12 0.96 0.41
Hex 4 2C CE 62 4F 0 13 E4 60 29
Octal 4 54 316 142 117 0 23 344 140 51
Binary 100 101100 11001110 1100010 1001111 0 10011 11100100 1100000 101001

Color Harmonies of #042CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042CCE

Black with #042CCE

Text Example


Text Example

White with #042CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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