Html Css Color HEX #042CCD Persian Blue

📋 copy color: '#042CCD'

red 4 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #042CCD

Tints of Persian Blue #042CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 81.03%

R = 1.58%
G = 17.39%
B = 81.03%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#042CCD (or 0x042CCD) is known color: Persian Blue. HEX triplet: 04, 2C and CD. RGB value is (4,44,205). Sum of RGB (Red+Green+Blue) = 4+44+205=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #042CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042CCD is #FBD332. Grayscale: #313131. Windows color (decimal): -16503603 or 13446148. OLE color: 13446148.

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

Color convert

RGB 4 44 205 -
CMYK 0.98 0.79 0 0.20
HSL 228.06º 0.96% 0.41% -
HSV(B) 228.06º 0.98% 0.8% -
XYZ 11.97 6.23 58.33 -
YUV 50.39 215.25 94.91 -
System Red Green Blue C M Y K H S L
Decimal 4 44 205 0.98 0.79 0 0.20 228.06 0.96 0.41
Hex 4 2C CD 62 4F 0 14 E4 60 29
Octal 4 54 315 142 117 0 24 344 140 51
Binary 100 101100 11001101 1100010 1001111 0 10100 11100100 1100000 101001

Color Harmonies of #042CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042CCD

Black with #042CCD

Text Example


Text Example

White with #042CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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