Html Css Color HEX #003EEB Navy Blue

📋 copy color: '#003EEB'

red 0 ◦ green 62 ◦ blue 235

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

Shades of Navy Blue #003EEB

Tints of Navy Blue #003EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 79.12%

R = 0%
G = 20.88%
B = 79.12%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#003EEB (or 0x003EEB) is known color: Navy Blue. HEX triplet: 00, 3E and EB. RGB value is (0,62,235). Sum of RGB (Red+Green+Blue) = 0+62+235=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #003EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003EEB is #FFC114. Grayscale: #3E3E3E. Windows color (decimal): -16761109 or 15416832. OLE color: 15416832.

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

Color convert

RGB 0 62 235 -
CMYK 1 0.74 0 0.08
HSL 224.17º 1% 0.46% -
HSV(B) 224.17º 1% 0.92% -
XYZ 16.72 9.44 79.54 -
YUV 63.18 224.96 82.93 -
System Red Green Blue C M Y K H S L
Decimal 0 62 235 1 0.74 0 0.08 224.17 1 0.46
Hex 0 3E EB 64 4A 0 8 E0 64 2E
Octal 0 76 353 144 112 0 10 340 144 56
Binary 0 111110 11101011 1100100 1001010 0 1000 11100000 1100100 101110

Color Harmonies of #003EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EEB

Black with #003EEB

Text Example


Text Example

White with #003EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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