Html Css Color HEX #107ECB Navy Blue

📋 copy color: '#107ECB'

red 16 ◦ green 126 ◦ blue 203

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

Shades of Navy Blue #107ECB

Tints of Navy Blue #107ECB

RGB

 RED value IS 16 (6.64% from 255) = 4.64%

 GREEN value IS 126 (49.61% from 255) = 36.52%

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 4.64%
G = 36.52%
B = 58.84%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#107ECB (or 0x107ECB) is known color: Navy Blue. HEX triplet: 10, 7E and CB. RGB value is (16,126,203). Sum of RGB (Red+Green+Blue) = 16+126+203=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #107ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107ECB is #EF8134. Grayscale: #656565. Windows color (decimal): -15696181 or 13336080. OLE color: 13336080.

HSL color Cylindrical-coordinate representation of color #107ECB: hue angle of 204.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107ECB is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 126 203 -
CMYK 0.92 0.38 0 0.20
HSL 204.71º 0.85% 0.43% -
HSV(B) 204.71º 0.92% 0.8% -
XYZ 18.45 19.34 59.26 -
YUV 101.89 185.06 66.74 -
System Red Green Blue C M Y K H S L
Decimal 16 126 203 0.92 0.38 0 0.20 204.71 0.85 0.43
Hex 10 7E CB 5C 26 0 14 CD 55 2B
Octal 20 176 313 134 46 0 24 315 125 53
Binary 10000 1111110 11001011 1011100 100110 0 10100 11001101 1010101 101011

Color Harmonies of #107ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107ECB

Black with #107ECB

Text Example


Text Example

White with #107ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107ECB; }

 p { color: rgb(16,126,203); }

 H1.HeaderClassName
 {
   color: #107ECB;
 }
 .AnyTagClassName
 {
   color: #107ECB;
 }
</style>

background-color css

<style>
 a { background-color: #107ECB; }

 a { background-color: rgb(16,126,203); }

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

border-color css

<style>
 span { border-color: #107ECB; }

 span { border-color: rgb(16,126,203); }

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