Html Css Color HEX #003ECF Persian Blue

📋 copy color: '#003ECF'

red 0 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #003ECF

Tints of Persian Blue #003ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.95%

R = 0%
G = 23.05%
B = 76.95%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#003ECF (or 0x003ECF) is known color: Persian Blue. HEX triplet: 00, 3E and CF. RGB value is (0,62,207). Sum of RGB (Red+Green+Blue) = 0+62+207=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #003ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ECF is #FFC130. Grayscale: #3B3B3B. Windows color (decimal): -16761137 or 13581824. OLE color: 13581824.

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

Color convert

RGB 0 62 207 -
CMYK 1 0.70 0 0.19
HSL 222.03º 1% 0.41% -
HSV(B) 222.03º 1% 0.81% -
XYZ 12.99 7.95 59.88 -
YUV 59.99 210.96 85.21 -
System Red Green Blue C M Y K H S L
Decimal 0 62 207 1 0.70 0 0.19 222.03 1 0.41
Hex 0 3E CF 64 46 0 13 DE 64 29
Octal 0 76 317 144 106 0 23 336 144 51
Binary 0 111110 11001111 1100100 1000110 0 10011 11011110 1100100 101001

Color Harmonies of #003ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003ECF

Black with #003ECF

Text Example


Text Example

White with #003ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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