Html Css Color HEX #0039CE Persian Blue

📋 copy color: '#0039CE'

red 0 ◦ green 57 ◦ blue 206

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

Shades of Persian Blue #0039CE

Tints of Persian Blue #0039CE

RGB

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

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

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

R = 0%
G = 21.67%
B = 78.33%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0039CE (or 0x0039CE) is known color: Persian Blue. HEX triplet: 00, 39 and CE. RGB value is (0,57,206). Sum of RGB (Red+Green+Blue) = 0+57+206=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #0039CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0039CE is #FFC631. Grayscale: #383838. Windows color (decimal): -16762418 or 13515008. OLE color: 13515008.

HSL color Cylindrical-coordinate representation of color #0039CE: hue angle of 223.4º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0039CE is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 57 206 -
CMYK 1 0.72 0 0.19
HSL 223.4º 1% 0.4% -
HSV(B) 223.4º 1% 0.81% -
XYZ 12.6 7.38 59.15 -
YUV 56.94 212.12 87.38 -
System Red Green Blue C M Y K H S L
Decimal 0 57 206 1 0.72 0 0.19 223.4 1 0.4
Hex 0 39 CE 64 48 0 13 DF 64 28
Octal 0 71 316 144 110 0 23 337 144 50
Binary 0 111001 11001110 1100100 1001000 0 10011 11011111 1100100 101000

Color Harmonies of #0039CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0039CE

Black with #0039CE

Text Example


Text Example

White with #0039CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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