Html Css Color HEX #0E76DD Navy Blue

📋 copy color: '#0E76DD'

red 14 ◦ green 118 ◦ blue 221

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

Shades of Navy Blue #0E76DD

Tints of Navy Blue #0E76DD

RGB

 RED value IS 14 (5.86% from 255) = 3.97%

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 221 (86.72% from 255) = 62.61%

R = 3.97%
G = 33.43%
B = 62.61%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E76DD (or 0x0E76DD) is known color: Navy Blue. HEX triplet: 0E, 76 and DD. RGB value is (14,118,221). Sum of RGB (Red+Green+Blue) = 14+118+221=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E76DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E76DD is #F18922. Grayscale: #626262. Windows color (decimal): -15829283 or 14513678. OLE color: 14513678.

HSL color Cylindrical-coordinate representation of color #0E76DD: hue angle of 209.86º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E76DD is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 118 221 -
CMYK 0.94 0.47 0 0.13
HSL 209.86º 0.88% 0.46% -
HSV(B) 209.86º 0.94% 0.87% -
XYZ 19.71 18.27 70.89 -
YUV 98.65 197.04 67.62 -
System Red Green Blue C M Y K H S L
Decimal 14 118 221 0.94 0.47 0 0.13 209.86 0.88 0.46
Hex E 76 DD 5E 2F 0 D D2 58 2E
Octal 16 166 335 136 57 0 15 322 130 56
Binary 1110 1110110 11011101 1011110 101111 0 1101 11010010 1011000 101110

Color Harmonies of #0E76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E76DD

Black with #0E76DD

Text Example


Text Example

White with #0E76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E76DD; }

 p { color: rgb(14,118,221); }

 H1.HeaderClassName
 {
   color: #0E76DD;
 }
 .AnyTagClassName
 {
   color: #0E76DD;
 }
</style>

background-color css

<style>
 a { background-color: #0E76DD; }

 a { background-color: rgb(14,118,221); }

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

border-color css

<style>
 span { border-color: #0E76DD; }

 span { border-color: rgb(14,118,221); }

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