Html Css Color HEX #0E7BDC Navy Blue

📋 copy color: '#0E7BDC'

red 14 ◦ green 123 ◦ blue 220

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

Shades of Navy Blue #0E7BDC

Tints of Navy Blue #0E7BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.62%

R = 3.92%
G = 34.45%
B = 61.62%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E7BDC (or 0x0E7BDC) is known color: Navy Blue. HEX triplet: 0E, 7B and DC. RGB value is (14,123,220). Sum of RGB (Red+Green+Blue) = 14+123+220=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E7BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7BDC is #F18423. Grayscale: #646464. Windows color (decimal): -15828004 or 14449422. OLE color: 14449422.

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

Color convert

RGB 14 123 220 -
CMYK 0.94 0.44 0 0.14
HSL 208.25º 0.88% 0.46% -
HSV(B) 208.25º 0.94% 0.86% -
XYZ 20.18 19.43 70.4 -
YUV 101.47 194.89 65.61 -
System Red Green Blue C M Y K H S L
Decimal 14 123 220 0.94 0.44 0 0.14 208.25 0.88 0.46
Hex E 7B DC 5E 2C 0 E D0 58 2E
Octal 16 173 334 136 54 0 16 320 130 56
Binary 1110 1111011 11011100 1011110 101100 0 1110 11010000 1011000 101110

Color Harmonies of #0E7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7BDC

Black with #0E7BDC

Text Example


Text Example

White with #0E7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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