Html Css Color HEX #0E6BED Navy Blue

📋 copy color: '#0E6BED'

red 14 ◦ green 107 ◦ blue 237

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

Shades of Navy Blue #0E6BED

Tints of Navy Blue #0E6BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 3.91%
G = 29.89%
B = 66.2%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0E6BED (or 0x0E6BED) is known color: Navy Blue. HEX triplet: 0E, 6B and ED. RGB value is (14,107,237). Sum of RGB (Red+Green+Blue) = 14+107+237=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #0E6BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6BED is #F19412. Grayscale: #5D5D5D. Windows color (decimal): -15832083 or 15559438. OLE color: 15559438.

HSL color Cylindrical-coordinate representation of color #0E6BED: hue angle of 214.98º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6BED is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 107 237 -
CMYK 0.94 0.55 0 0.07
HSL 214.98º 0.89% 0.49% -
HSV(B) 214.98º 0.94% 0.93% -
XYZ 20.72 16.72 82.26 -
YUV 94.01 208.69 70.93 -
System Red Green Blue C M Y K H S L
Decimal 14 107 237 0.94 0.55 0 0.07 214.98 0.89 0.49
Hex E 6B ED 5E 37 0 7 D7 59 31
Octal 16 153 355 136 67 0 7 327 131 61
Binary 1110 1101011 11101101 1011110 110111 0 111 11010111 1011001 110001

Color Harmonies of #0E6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6BED

Black with #0E6BED

Text Example


Text Example

White with #0E6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,107,237); }

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

background-color css

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

 a { background-color: rgb(14,107,237); }

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

border-color css

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

 span { border-color: rgb(14,107,237); }

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