Html Css Color HEX #0039DB Persian Blue

📋 copy color: '#0039DB'

red 0 ◦ green 57 ◦ blue 219

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

Shades of Persian Blue #0039DB

Tints of Persian Blue #0039DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.65%

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

R = 0%
G = 20.65%
B = 79.35%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0039DB (or 0x0039DB) is known color: Persian Blue. HEX triplet: 00, 39 and DB. RGB value is (0,57,219). Sum of RGB (Red+Green+Blue) = 0+57+219=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #0039DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0039DB is #FFC624. Grayscale: #393939. Windows color (decimal): -16762405 or 14366976. OLE color: 14366976.

HSL color Cylindrical-coordinate representation of color #0039DB: hue angle of 224.38º 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 #0039DB is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 57 219 -
CMYK 1 0.74 0 0.14
HSL 224.38º 1% 0.43% -
HSV(B) 224.38º 1% 0.86% -
XYZ 14.25 8.04 67.82 -
YUV 58.43 218.62 86.33 -
System Red Green Blue C M Y K H S L
Decimal 0 57 219 1 0.74 0 0.14 224.38 1 0.43
Hex 0 39 DB 64 4A 0 E E0 64 2B
Octal 0 71 333 144 112 0 16 340 144 53
Binary 0 111001 11011011 1100100 1001010 0 1110 11100000 1100100 101011

Color Harmonies of #0039DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0039DB

Black with #0039DB

Text Example


Text Example

White with #0039DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0039DB; }

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

 H1.HeaderClassName
 {
   color: #0039DB;
 }
 .AnyTagClassName
 {
   color: #0039DB;
 }
</style>

background-color css

<style>
 a { background-color: #0039DB; }

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

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

border-color css

<style>
 span { border-color: #0039DB; }

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

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