Html Css Color HEX #042BDA Persian Blue

📋 copy color: '#042BDA'

red 4 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #042BDA

Tints of Persian Blue #042BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

 BLUE value IS 218 (85.55% from 255) = 82.26%

R = 1.51%
G = 16.23%
B = 82.26%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#042BDA (or 0x042BDA) is known color: Persian Blue. HEX triplet: 04, 2B and DA. RGB value is (4,43,218). Sum of RGB (Red+Green+Blue) = 4+43+218=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #042BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042BDA is #FBD425. Grayscale: #323232. Windows color (decimal): -16503846 or 14297860. OLE color: 14297860.

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

Color convert

RGB 4 43 218 -
CMYK 0.98 0.80 0 0.15
HSL 229.07º 0.96% 0.44% -
HSV(B) 229.07º 0.98% 0.85% -
XYZ 13.57 6.82 66.93 -
YUV 51.29 222.08 94.27 -
System Red Green Blue C M Y K H S L
Decimal 4 43 218 0.98 0.80 0 0.15 229.07 0.96 0.44
Hex 4 2B DA 62 50 0 F E5 60 2C
Octal 4 53 332 142 120 0 17 345 140 54
Binary 100 101011 11011010 1100010 1010000 0 1111 11100101 1100000 101100

Color Harmonies of #042BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042BDA

Black with #042BDA

Text Example


Text Example

White with #042BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,43,218); }

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

background-color css

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

 a { background-color: rgb(4,43,218); }

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

border-color css

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

 span { border-color: rgb(4,43,218); }

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