Html Css Color HEX #003EEC Navy Blue

📋 copy color: '#003EEC'

red 0 ◦ green 62 ◦ blue 236

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

Shades of Navy Blue #003EEC

Tints of Navy Blue #003EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 79.19%

R = 0%
G = 20.81%
B = 79.19%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#003EEC (or 0x003EEC) is known color: Navy Blue. HEX triplet: 00, 3E and EC. RGB value is (0,62,236). Sum of RGB (Red+Green+Blue) = 0+62+236=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 236 (92.58% from 255 or 79.19% from 298); Max value from RGB is 236 - color contains mainly: blue. Hex color #003EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003EEC is #FFC113. Grayscale: #3E3E3E. Windows color (decimal): -16761108 or 15482368. OLE color: 15482368.

HSL color Cylindrical-coordinate representation of color #003EEC: hue angle of 224.24º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EEC is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 62 236 -
CMYK 1 0.74 0 0.07
HSL 224.24º 1% 0.46% -
HSV(B) 224.24º 1% 0.93% -
XYZ 16.86 9.5 80.3 -
YUV 63.3 225.46 82.85 -
System Red Green Blue C M Y K H S L
Decimal 0 62 236 1 0.74 0 0.07 224.24 1 0.46
Hex 0 3E EC 64 4A 0 7 E0 64 2E
Octal 0 76 354 144 112 0 7 340 144 56
Binary 0 111110 11101100 1100100 1001010 0 111 11100000 1100100 101110

Color Harmonies of #003EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EEC

Black with #003EEC

Text Example


Text Example

White with #003EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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