Html Css Color HEX #0E7BD0 Navy Blue

📋 copy color: '#0E7BD0'

red 14 ◦ green 123 ◦ blue 208

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

Shades of Navy Blue #0E7BD0

Tints of Navy Blue #0E7BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.65%

 BLUE value IS 208 (81.64% from 255) = 60.29%

R = 4.06%
G = 35.65%
B = 60.29%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0E7BD0 (or 0x0E7BD0) is known color: Navy Blue. HEX triplet: 0E, 7B and D0. RGB value is (14,123,208). Sum of RGB (Red+Green+Blue) = 14+123+208=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 208 (81.64% from 255 or 60.29% from 345); Max value from RGB is 208 - color contains mainly: blue. Hex color #0E7BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7BD0 is #F1842F. Grayscale: #636363. Windows color (decimal): -15828016 or 13662990. OLE color: 13662990.

HSL color Cylindrical-coordinate representation of color #0E7BD0: hue angle of 206.29º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7BD0 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 123 208 -
CMYK 0.93 0.41 0 0.18
HSL 206.29º 0.87% 0.44% -
HSV(B) 206.29º 0.93% 0.82% -
XYZ 18.65 18.81 62.32 -
YUV 100.1 188.89 66.59 -
System Red Green Blue C M Y K H S L
Decimal 14 123 208 0.93 0.41 0 0.18 206.29 0.87 0.44
Hex E 7B D0 5D 29 0 12 CE 57 2C
Octal 16 173 320 135 51 0 22 316 127 54
Binary 1110 1111011 11010000 1011101 101001 0 10010 11001110 1010111 101100

Color Harmonies of #0E7BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7BD0

Black with #0E7BD0

Text Example


Text Example

White with #0E7BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,123,208); }

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

background-color css

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

 a { background-color: rgb(14,123,208); }

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

border-color css

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

 span { border-color: rgb(14,123,208); }

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