Html Css Color HEX #003EDB Persian Blue

📋 copy color: '#003EDB'

red 0 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #003EDB

Tints of Persian Blue #003EDB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 62 (24.61% from 255) = 22.06%

 BLUE value IS 219 (85.94% from 255) = 77.94%

R = 0%
G = 22.06%
B = 77.94%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#003EDB (or 0x003EDB) is known color: Persian Blue. HEX triplet: 00, 3E and DB. RGB value is (0,62,219). Sum of RGB (Red+Green+Blue) = 0+62+219=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #003EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EDB is #FFC124. Grayscale: #3C3C3C. Windows color (decimal): -16761125 or 14368256. OLE color: 14368256.

HSL color Cylindrical-coordinate representation of color #003EDB: hue angle of 223.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EDB is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 62 219 -
CMYK 1 0.72 0 0.14
HSL 223.01º 1% 0.43% -
HSV(B) 223.01º 1% 0.86% -
XYZ 14.51 8.56 67.91 -
YUV 61.36 216.96 84.23 -
System Red Green Blue C M Y K H S L
Decimal 0 62 219 1 0.72 0 0.14 223.01 1 0.43
Hex 0 3E DB 64 48 0 E DF 64 2B
Octal 0 76 333 144 110 0 16 337 144 53
Binary 0 111110 11011011 1100100 1001000 0 1110 11011111 1100100 101011

Color Harmonies of #003EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EDB

Black with #003EDB

Text Example


Text Example

White with #003EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003EDB; }

 p { color: rgb(0,62,219); }

 H1.HeaderClassName
 {
   color: #003EDB;
 }
 .AnyTagClassName
 {
   color: #003EDB;
 }
</style>

background-color css

<style>
 a { background-color: #003EDB; }

 a { background-color: rgb(0,62,219); }

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

border-color css

<style>
 span { border-color: #003EDB; }

 span { border-color: rgb(0,62,219); }

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